forked from mirrors/nixpkgs
* dontMakeSourcesWritable: should be a variable. Caught by Marc
Weber. svn path=/nixpkgs/trunk/; revision=15961
This commit is contained in:
parent
861c12a13c
commit
16fef1d9d6
|
@ -482,7 +482,7 @@ unpackPhase() {
|
|||
# By default, add write permission to the sources. This is often
|
||||
# necessary when sources have been copied from other store
|
||||
# locations.
|
||||
if test "dontMakeSourcesWritable" != 1; then
|
||||
if test "$dontMakeSourcesWritable" != 1; then
|
||||
chmod -R u+w "$sourceRoot"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue