nixpkgs/pkgs/tools/archivers/zip/builder.sh
Eelco Dolstra e2c30f15e4 * Fix zip (INSTALL variable not defined in the makefile!).
svn path=/nixpkgs/trunk/; revision=3198
2005-06-17 17:06:14 +00:00

8 lines
124 B
Bash

. $stdenv/setup
makeFlags="-f unix/Makefile generic"
installFlags="-f unix/Makefile prefix=$out INSTALL=cp"
genericBuild