mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
move gzip and gunzip in a seperate directory to avoid having the hash encoded in the binary name
svn path=/nixpkgs/trunk/; revision=1580
This commit is contained in:
parent
042afeeed8
commit
a0909d11c6
|
@ -1,5 +1,5 @@
|
|||
. $stdenv/setup
|
||||
|
||||
mkdir $out
|
||||
cp -a $src1 $out
|
||||
cp -a $src2 $out
|
||||
cp -a gzip $out/bin
|
||||
cp -a gunzip $out/bin
|
||||
|
|
|
@ -3,6 +3,4 @@
|
|||
stdenv.mkDerivation {
|
||||
name = "gzip-static-1.3.3";
|
||||
builder = ./builder.sh;
|
||||
src1 = ./gzip;
|
||||
src2 = ./gunzip;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue