zip: Make it actually install something
svn path=/nixpkgs/trunk/; revision=28050
This commit is contained in:
parent
3a74fd3f3b
commit
6e06060c33
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildFlags="-f unix/Makefile generic";
|
buildFlags="-f unix/Makefile generic";
|
||||||
|
|
||||||
installFlags="-f unix/Makefile prefix=$out INSTALL=cp";
|
installFlags="-f unix/Makefile prefix=$(out) INSTALL=cp";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.info-zip.org;
|
homepage = http://www.info-zip.org;
|
||||||
|
Loading…
Reference in New Issue
Block a user