summaryrefslogtreecommitdiff
path: root/unzip
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2015-09-29 11:54:09 +0200
committerJuergen Daubert <jue@jue.li>2015-09-29 11:54:09 +0200
commitde1e1e29a0c50fd13c1e0cc3dc0777908bc3b580 (patch)
treefbae5d9b3e3e386a58b2217df6a8b72ef7f7448e /unzip
parentb000b72b71ff9d29898d7977a4a999d876ab2930 (diff)
downloadopt-de1e1e29a0c50fd13c1e0cc3dc0777908bc3b580.tar.gz
opt-de1e1e29a0c50fd13c1e0cc3dc0777908bc3b580.tar.xz
unzip: move man-page to /usr/share
Diffstat (limited to 'unzip')
-rw-r--r--unzip/.footprint15
-rw-r--r--unzip/Pkgfile2
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
}

Generated by cgit