commit de1e1e29a0c50fd13c1e0cc3dc0777908bc3b580 Author: Juergen Daubert <jue@jue.li> Date: Tue Sep 29 11:54:09 2015 +0200 unzip: move man-page to /usr/share diff --git a/unzip/.footprint b/unzip/.footprint index 12b4237..fa863ce 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 e5ccbcd..9ad7887 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 }