fix a thinko

svn path=/nixpkgs/trunk/; revision=1581
This commit is contained in:
Armijn Hemel 2004-10-19 14:50:46 +00:00
parent a0909d11c6
commit b5aa91eee1
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,4 @@
. $stdenv/setup
mkdir $out
cp -a gzip $out/bin
cp -a gunzip $out/bin
cp -a bin/* $out

View File

@ -3,4 +3,5 @@
stdenv.mkDerivation {
name = "gzip-static-1.3.3";
builder = ./builder.sh;
src = ./bin;
}