From de1e1e29a0c50fd13c1e0cc3dc0777908bc3b580 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Tue, 29 Sep 2015 11:54:09 +0200 Subject: [PATCH] unzip: move man-page to /usr/share --- unzip/.footprint | 15 ++++++++------- unzip/Pkgfile | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/unzip/.footprint b/unzip/.footprint index 12b423797..fa863ce80 100644 --- a/unzip/.footprint +++ b/unzip/.footprint @@ -5,10 +5,11 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/unzipsfx -rwxr-xr-x root/root usr/bin/zipgrep lrwxrwxrwx root/root usr/bin/zipinfo -> unzip -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/funzip.1.gz --rw-r--r-- root/root usr/man/man1/unzip.1.gz --rw-r--r-- root/root usr/man/man1/unzipsfx.1.gz --rw-r--r-- root/root usr/man/man1/zipgrep.1.gz --rw-r--r-- root/root usr/man/man1/zipinfo.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +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 diff --git a/unzip/Pkgfile b/unzip/Pkgfile index e5ccbcd1b..9ad788787 100644 --- a/unzip/Pkgfile +++ b/unzip/Pkgfile @@ -23,6 +23,6 @@ build() { sed -i 's/-O3//' unix/configure make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" generic - make -f unix/Makefile prefix=$PKG/usr install + make -f unix/Makefile prefix=$PKG/usr MANDIR=$PKG/usr/share/man/man1 install ln -sf unzip $PKG/usr/bin/zipinfo }