unzip: fix man-page location

This commit is contained in:
Juergen Daubert 2015-07-27 21:41:04 +02:00
parent 42d5a0f246
commit 861f1b6fde
2 changed files with 7 additions and 6 deletions

View File

@ -7,8 +7,9 @@ drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/zipinfo -> unzip
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
-rw-r--r-- root/root usr/share/man/funzip.1
-rw-r--r-- root/root usr/share/man/unzip.1
-rw-r--r-- root/root usr/share/man/unzipsfx.1
-rw-r--r-- root/root usr/share/man/zipgrep.1
-rw-r--r-- root/root usr/share/man/zipinfo.1
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/funzip.1.gz
-rw-r--r-- root/root usr/share/man/man1/unzip.1.gz
-rw-r--r-- root/root usr/share/man/man1/unzipsfx.1.gz
-rw-r--r-- root/root usr/share/man/man1/zipgrep.1.gz
-rw-r--r-- root/root usr/share/man/man1/zipinfo.1.gz

View File

@ -21,6 +21,6 @@ build() {
sed -i 's/-O3//' unix/configure
make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" generic
make -f unix/Makefile prefix=$PKG/usr MANDIR=$PKG/usr/share/man install
make -f unix/Makefile prefix=$PKG/usr MANDIR=$PKG/usr/share/man/man1 install
ln -sf unzip $PKG/usr/bin/zipinfo
}