tbd: fix installation of manpages if docbook is installed (thanks Matt)
This commit is contained in:
parent
29f93d1e67
commit
339914bc53
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user