repo/extra/zip/build

12 lines
197 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 \
2021-07-18 03:38:06 +00:00
CC="$CC $CFLAGS $CXXFLAGS" \
2019-10-08 07:19:58 +00:00
-f unix/Makefile generic
make \
prefix="$1/usr" \
MANDIR="$1/usr/share/man/man1" \
-f unix/Makefile install