summaryrefslogtreecommitdiff
path: root/tdb/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2011-04-07 19:30:04 +0200
committerJuergen Daubert <jue@jue.li>2011-04-07 19:30:04 +0200
commit339914bc53c93a65d25b94879bdb415129eb2fb8 (patch)
tree80285f8e28cf32a7663d52f5585de25edf95c5b2 /tdb/Pkgfile
parent29f93d1e67b5ffa2a298542f9610e5dbac75e89d (diff)
downloadopt-339914bc53c93a65d25b94879bdb415129eb2fb8.tar.gz
opt-339914bc53c93a65d25b94879bdb415129eb2fb8.tar.xz
tbd: fix installation of manpages if docbook is installed (thanks Matt)
Diffstat (limited to 'tdb/Pkgfile')
-rw-r--r--tdb/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdb/Pkgfile b/tdb/Pkgfile
index ceaee5579..e71836c47 100644
--- a/tdb/Pkgfile
+++ b/tdb/Pkgfile
@@ -11,7 +11,7 @@ source=(http://samba.org/ftp/$name/$name-$version.tar.gz
build () {
cd $name-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
install -d $PKG/usr/man/man8

Generated by cgit