mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +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
|
rm -f $base/nix-support/propagated-build-inputs
|
||||||
for f in $requisites; do
|
for f in $requisites; do
|
||||||
cd $f
|
cd $f
|
||||||
rsync --chmod="+w" -av . $base
|
rsync --safe-links --chmod="+w" -av . $base
|
||||||
done
|
done
|
||||||
cd $base
|
cd $base
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user