mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
stdenv: remove --preserve=mode
from cp
in defaultUnpack
(#413959)
This commit is contained in:
commit
db098f03e2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue