* Fix zip (INSTALL variable not defined in the makefile!).

svn path=/nixpkgs/trunk/; revision=3198
This commit is contained in:
Eelco Dolstra 2005-06-17 17:06:14 +00:00
parent 1a38af7e14
commit e2c30f15e4

View File

@ -1,6 +1,7 @@
. $stdenv/setup || exit 1
. $stdenv/setup
tar xvfz $src || exit 1
cd zip-* || exit 1
make -f unix/Makefile generic || exit 1
make -f unix/Makefile prefix=$out install || exit 1
makeFlags="-f unix/Makefile generic"
installFlags="-f unix/Makefile prefix=$out INSTALL=cp"
genericBuild