2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-24 06:46:19 +00:00
repo/extra/zip/build
2019-10-07 01:56:17 +03:00

7 lines
304 B
Bash
Executable File

#!/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_gcc
make prefix="$1/usr" MANDIR="$1/usr/share/man/man1" -f unix/Makefile install