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
@ -40,8 +40,8 @@ mv $out/lib/libpthread.so.tmp $out/lib/libpthread.so
|
|||||||
|
|
||||||
# Provide some additional symlinks.
|
# Provide some additional symlinks.
|
||||||
ln -s bash $out/bin/sh
|
ln -s bash $out/bin/sh
|
||||||
|
|
||||||
ln -s bzip2 $out/bin/bunzip2
|
ln -s bzip2 $out/bin/bunzip2
|
||||||
|
ln -s gzip $out/bin/gunzip
|
||||||
|
|
||||||
# fetchurl needs curl.
|
# fetchurl needs curl.
|
||||||
bzip2 -d < $curl > $out/bin/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.
|
# Provide some additional symlinks.
|
||||||
ln -s bash $out/bin/sh
|
ln -s bash $out/bin/sh
|
||||||
|
|
||||||
ln -s bzip2 $out/bin/bunzip2
|
ln -s bzip2 $out/bin/bunzip2
|
||||||
|
ln -s gzip $out/bin/gunzip
|
||||||
|
|
||||||
# fetchurl needs curl.
|
# fetchurl needs curl.
|
||||||
bzip2 -d < $curl > $out/bin/curl
|
bzip2 -d < $curl > $out/bin/curl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user