mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-17 04:00:14 -07:00
7 lines
301 B
Plaintext
7 lines
301 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
sed -e "s|generic CC=gcc CPP=\"gcc -E\"|zips CC=$CC CPP=\"$CPP -E\" CFLAGS=\"-DLARGE_FILE_SUPPORT $CFLAGS \${CFLAGS_NOOPT}\" LFLAGS2=\"$LDFLAGS\"|g" -i unix/Makefile
|
||
|
|
||
|
make -f unix/Makefile prefix=/usr generic
|
||
|
make prefix="$1/usr" MAANDIR="$1/usr/share/man/man1" -f unix/Makefile install
|