From 42d5a0f246f1b2347e2d01f3342f397ff6421420 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Mon, 27 Jul 2015 20:15:43 +0200 Subject: [PATCH] zip: fix man-page location --- zip/.footprint | 9 +++++---- zip/Pkgfile | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/zip/.footprint b/zip/.footprint index 73af6fbd..c288a6a7 100644 --- a/zip/.footprint +++ b/zip/.footprint @@ -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 diff --git a/zip/Pkgfile b/zip/Pkgfile index 56b7a125..6749d32e 100644 --- a/zip/Pkgfile +++ b/zip/Pkgfile @@ -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 }