* 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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user