* Updated bootstrap binaries except for bash which now somehow

segfaults totally randomly.

svn path=/nixpkgs/branches/stdenv-updates/; revision=9840
This commit is contained in:
Eelco Dolstra
2007-12-03 17:56:44 +00:00
parent ff95bc3eea
commit f516036cbb
15 changed files with 26 additions and 26 deletions

View File

@@ -7,5 +7,5 @@ $cp -prvd . $out
$cp -prvd . $out/bin
$cp $curl curl.bz2
$bunzip2 -d curl.bz2
$bzip2 -d curl.bz2
$cp curl $out/bin

View File

@@ -1,8 +1,8 @@
set -e
$cp $tar .tar.bz2
$bunzip2 .tar.bz2
$bzip2 -d .tar.bz2
$bunzip2 -d < $tarball | ./.tar xvf -
$bzip2 -d < $tarball | ./.tar xvf -
$cp -prd * $out