fix a thinko
svn path=/nixpkgs/trunk/; revision=1581
This commit is contained in:
parent
a0909d11c6
commit
b5aa91eee1
@ -1,5 +1,4 @@
|
|||||||
. $stdenv/setup
|
. $stdenv/setup
|
||||||
|
|
||||||
mkdir $out
|
mkdir $out
|
||||||
cp -a gzip $out/bin
|
cp -a bin/* $out
|
||||||
cp -a gunzip $out/bin
|
|
||||||
|
@ -3,4 +3,5 @@
|
|||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gzip-static-1.3.3";
|
name = "gzip-static-1.3.3";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
src = ./bin;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user