about summary refs log tree commit diff
path: root/pkgs/tools/archivers/zip/builder.sh
blob: da58762b4342b5328057d989bf94d84d30a31e90 (plain) (blame)
1
2
3
4
5
6
7
source $stdenv/setup

buildFlags="-f unix/Makefile generic"

installFlags="-f unix/Makefile prefix=$out INSTALL=cp"

genericBuild