repo/extra/zip/build

13 lines
205 B
Plaintext
Raw Normal View History

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