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

makeFlags="-f unix/Makefile generic"

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

genericBuild