diff --git a/unzip/.footprint b/unzip/.footprint index 6f690735..fa863ce8 100644 --- a/unzip/.footprint +++ b/unzip/.footprint @@ -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 diff --git a/unzip/Pkgfile b/unzip/Pkgfile index 979e07a5..110f4c3e 100644 --- a/unzip/Pkgfile +++ b/unzip/Pkgfile @@ -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 }