svn path=/nixpkgs/branches/stdenv-updates/; revision=31699
This commit is contained in:
Eelco Dolstra 2012-01-19 15:02:47 +00:00
parent 0e353fdd5a
commit 26affd7238

View File

@ -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
'';