* Fix zip (INSTALL variable not defined in the makefile!).
svn path=/nixpkgs/trunk/; revision=3198
This commit is contained in:
parent
1a38af7e14
commit
e2c30f15e4
@ -1,6 +1,7 @@
|
|||||||
. $stdenv/setup || exit 1
|
. $stdenv/setup
|
||||||
|
|
||||||
tar xvfz $src || exit 1
|
makeFlags="-f unix/Makefile generic"
|
||||||
cd zip-* || exit 1
|
|
||||||
make -f unix/Makefile generic || exit 1
|
installFlags="-f unix/Makefile prefix=$out INSTALL=cp"
|
||||||
make -f unix/Makefile prefix=$out install || exit 1
|
|
||||||
|
genericBuild
|
||||||
|
Loading…
x
Reference in New Issue
Block a user