svn path=/nixpkgs/branches/stdenv-updates/; revision=13789

This commit is contained in:
Eelco Dolstra 2009-01-16 17:12:55 +00:00
parent 1134464c49
commit 2f88c471d4

View File

@ -96,7 +96,6 @@ rec {
nuke-refs $out/lib/*
nuke-refs $out/libexec/gcc/*/*/*
sleep 5
(cd $out && tar cvfj $out/static-tools.tar.bz2 bin lib libexec include)
''; # */
@ -177,7 +176,7 @@ rec {
tar xvf ${hello.src}
cd hello-*
./configure --prefix=$out || cat config.log
./configure --prefix=$out
make
make install
''; # */