mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
* 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:
parent
cee9051b7c
commit
07e976aae2
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user