Matt Taggart twisted the bytes to say: >> I totally agree. My umask is restrictive. I'd just would expect that >> the install process would have taken care of that.
Matt> Well "make install" uses "/usr/bin/install -D" to install programs and data Matt> files which creates the target directory if it doesn't exist, and I guess Matt> that's dependent on umask. Does "make install"ing any other FOSS software Matt> with such a umask in place actually work? Your expection might be Matt> unreasonable (I don't know because I haven't tried it). If so, any ideas on Matt> how to easily fix it? Hi Matt, Please don't see it as a complain. I am happy to have access to fossology. Why don't you use autoconf/automake? it usually creates an install-sh script that makes sure the permissions of any file installed (and directories created) are world readable --and if needed, executable. So yes, FOSS that uses autoconf/automake takes care of it. --daniel _______________________________________________ fossology mailing list [email protected] http://fossology.org/mailman/listinfo/fossology

