repo/extra/zip/build

12 lines
203 B
Plaintext
Raw Normal View History

2019-08-02 18:41:09 -06:00
#!/bin/sh -e
2019-10-08 01:19:58 -06:00
make \
prefix=/usr \
2020-02-12 00:02:03 -07:00
CC="${CC:-cc} $CFLAGS $CXXFLAGS" \
2019-10-08 01:19:58 -06:00
-f unix/Makefile generic
make \
prefix="$1/usr" \
MANDIR="$1/usr/share/man/man1" \
-f unix/Makefile install