2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
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