ntdb: fixed man path for systems with docbook-xsl

This commit is contained in:
Alan Mizrahi 2015-01-28 11:03:14 +09:00
parent a79d21ab09
commit 254e74b02b

View File

@ -6,12 +6,14 @@
name=ntdb
version=1.0
release=1
release=2
source=(http://www.samba.org/ftp/tdb/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}