make-bootstrap-tools: preserve coreutils symlinks

We go out of our way (see top of file) to build a single binary
with symlinks for all of the tools, but were losing them
when preparing the bootstrap tools.

authored by

Will Dietz and committed by
Tuomas Tynkkynen
ece4c62d 0e6fc5c4

+1 -1
+1 -1
pkgs/stdenv/linux/make-bootstrap-tools.nix
··· 88 88 '' else throw "unsupported libc for bootstrap tools") 89 89 + '' 90 90 # Copy coreutils, bash, etc. 91 - cp ${coreutilsMinimal.out}/bin/* $out/bin 91 + cp -d ${coreutilsMinimal.out}/bin/* $out/bin 92 92 (cd $out/bin && rm vdir dir sha*sum pinky factor pathchk runcon shuf who whoami shred users) 93 93 94 94 cp ${bash.out}/bin/bash $out/bin