mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
* 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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user