2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

zip: fix mandir

This commit is contained in:
Dylan Araps 2019-08-13 09:58:22 +00:00
parent febfe4321a
commit c77832e47e
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@
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
make prefix="$1/usr" MANDIR="$1/usr/share/man/man1" -f unix/Makefile install

View File

@ -1 +1 @@
3.0 1
3.0 2