mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
* Doh!
svn path=/nixpkgs/branches/stdenv-updates/; revision=31699
This commit is contained in:
parent
0e353fdd5a
commit
26affd7238
@ -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…
Reference in New Issue
Block a user