mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
stdenv/freebsd: rsync with --safe-links
This discarss links with absolute paths, which are useless for the bootstrap tools.
This commit is contained in:
parent
56b912ba3f
commit
90bf0c5119
@ -15,7 +15,7 @@
|
||||
rm -f $base/nix-support/propagated-build-inputs
|
||||
for f in $requisites; do
|
||||
cd $f
|
||||
rsync --chmod="+w" -av . $base
|
||||
rsync --safe-links --chmod="+w" -av . $base
|
||||
done
|
||||
cd $base
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user