summaryrefslogtreecommitdiff
path: root/links/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2019-04-29 19:13:34 +0200
committerJuergen Daubert <jue@jue.li>2019-04-29 19:13:34 +0200
commit011b1bd7ea1011e8ca5e1bd3d91605c1dc91e43b (patch)
treed7d0dd32ff9aabd6251ecc531e2212332d2d7337 /links/Pkgfile
parent51ec67cab53b752fafd4f9df9ce65439ae9ede12 (diff)
downloadopt-011b1bd7ea1011e8ca5e1bd3d91605c1dc91e43b.tar.gz
opt-011b1bd7ea1011e8ca5e1bd3d91605c1dc91e43b.tar.xz
links: fix man-page location
Diffstat (limited to 'links/Pkgfile')
-rw-r--r--links/Pkgfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/links/Pkgfile b/links/Pkgfile
index 9e3c5dabb..254c74cff 100644
--- a/links/Pkgfile
+++ b/links/Pkgfile
@@ -11,7 +11,9 @@ source=(http://links.twibright.com/download/links-$version.tar.bz2)
build () {
cd $name-$version
- ./configure --prefix=/usr
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man
make
make DESTDIR=$PKG install

Generated by cgit