2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/extra/zip/build

12 lines
203 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 \
2020-02-12 07:02:03 +00:00
CC="${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