2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-11-16 11:40:21 -07:00
repo/extra/zip/build

12 lines
197 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 \
2021-07-17 21:38:06 -06:00
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