stdenv: remove --preserve=mode from cp in defaultUnpack (#413959)
This commit is contained in:
@@ -1260,7 +1260,7 @@ _defaultUnpack() {
|
||||
# We can't preserve hardlinks because they may have been
|
||||
# introduced by store optimization, which might break things
|
||||
# in the build.
|
||||
cp -r --preserve=mode,timestamps --reflink=auto -- "$fn" "$destination"
|
||||
cp -r --preserve=timestamps --reflink=auto -- "$fn" "$destination"
|
||||
|
||||
else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user