svn path=/nixpkgs/branches/stdenv-updates/; revision=31699
wip/yesman
Eelco Dolstra 13 years ago
parent 0e353fdd5a
commit 26affd7238
  1. 2
      pkgs/development/tools/misc/binutils/default.nix

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
# Use symlinks instead of hard links to save space ("strip" in the
# fixup phase strips each hard link separately).
for i in binutils/Makefile.in gas/Makefile.in ld/Makefile.in; do
set -i "$i" 's|ln |ln -s |'
sed -i "$i" -e 's|ln |ln -s |'
done
'';

Loading…
Cancel
Save