Adding gunzip to the bootstrap-tools
(required to build ppl with the bootstrap tools, when boostrapping gcc) svn path=/nixpkgs/branches/stdenv-updates/; revision=18689
This commit is contained in:
parent
2b580b9846
commit
5c0bb27a86
2 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ mv $out/lib/libpthread.so.tmp $out/lib/libpthread.so
|
|||
|
||||
# Provide some additional symlinks.
|
||||
ln -s bash $out/bin/sh
|
||||
|
||||
ln -s bzip2 $out/bin/bunzip2
|
||||
ln -s gzip $out/bin/gunzip
|
||||
|
||||
# fetchurl needs curl.
|
||||
bzip2 -d < $curl > $out/bin/curl
|
||||
|
|
|
@ -40,8 +40,8 @@ mv $out/lib/libpthread.so.tmp $out/lib/libpthread.so
|
|||
|
||||
# Provide some additional symlinks.
|
||||
ln -s bash $out/bin/sh
|
||||
|
||||
ln -s bzip2 $out/bin/bunzip2
|
||||
ln -s gzip $out/bin/gunzip
|
||||
|
||||
# fetchurl needs curl.
|
||||
bzip2 -d < $curl > $out/bin/curl
|
||||
|
|
Loading…
Reference in a new issue