Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-alt
On 18-10-2011 20:10:24 +0200, Burcin Erocal wrote:
> Attached trivial patch puts this check in an if statement depending on
> an environment variable QA_SKIP_WRITABLE. Setting this in make.conf
> makes prefix usable again.
> diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
> --- a/bin/misc-functions.sh
> +++ b/bin/misc-functions.sh
> @@ -168,6 +168,7 @@
> fi
>
> # Now we look for all world writable files.
> + if [ "${QA_SKIP_WRITABLE-unset}" == unset ] ; then
> local i
> for i in $(find "${D}/" -type f -perm -2); do
How would this work, if you changed the D into ED here? Checking files
outside of our control is indeed not really useful.
--
Fabian Groffen
Gentoo on a different level
|
|