mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
zip: fix mandir
This commit is contained in:
parent
febfe4321a
commit
c77832e47e
@ -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
|
||||
|
@ -1 +1 @@
|
||||
3.0 1
|
||||
3.0 2
|
||||
|
Loading…
Reference in New Issue
Block a user