* Just to be sure that we don't make the whole build tree

world-writable, which would be an obvious security problem...

svn path=/nixpkgs/trunk/; revision=12749
This commit is contained in:
Eelco Dolstra 2008-08-27 15:27:06 +00:00
parent cee9051b7c
commit 07e976aae2

View File

@ -538,7 +538,7 @@ unpackPhase() {
# necessary when sources have been copied from other store
# locations.
if test "dontMakeSourcesWritable" != 1; then
chmod -R +w $sourceRoot
chmod -R u+w $sourceRoot
fi
eval "$postUnpack"