zip: fix man-page location

This commit is contained in:
Juergen Daubert 2015-07-27 20:15:43 +02:00
parent f282cc2d23
commit 42d5a0f246
2 changed files with 6 additions and 5 deletions

View File

@ -6,7 +6,8 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/zipsplit
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
-rw-r--r-- root/root usr/share/man/zip.1
-rw-r--r-- root/root usr/share/man/zipcloak.1
-rw-r--r-- root/root usr/share/man/zipnote.1
-rw-r--r-- root/root usr/share/man/zipsplit.1
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/zip.1.gz
-rw-r--r-- root/root usr/share/man/man1/zipcloak.1.gz
-rw-r--r-- root/root usr/share/man/man1/zipnote.1.gz
-rw-r--r-- root/root usr/share/man/man1/zipsplit.1.gz

View File

@ -11,5 +11,5 @@ source=(http://downloads.sourceforge.net/sourceforge/infozip/${name}${version//.
build() {
cd ${name}${version//./}
make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=/usr generic
make -f unix/Makefile INSTALL=install prefix=$PKG/usr MANDIR=$PKG/usr/share/man install
make -f unix/Makefile INSTALL=install prefix=$PKG/usr MANDIR=$PKG/usr/share/man/man1 install
}