summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-09-25 16:43:04 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-09-25 16:43:04 -0700
commit9912ae5be523a48bda599a97b120fb6a7aeaab2c (patch)
tree3205be673a2fabefb0283b45e7a8362b13f751a5
parentUpdated to 1.3 (diff)
downloadicecream-9912ae5be523a48bda599a97b120fb6a7aeaab2c.tar.xz
Enable man page
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfdae68..3ea3d55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgrel=1
pkgdesc="Distributed compiler with a central scheduler to share build load"
url="https://github.com/icecc/icecream"
license=('GPL2')
-makedepends=('')
+makedepends=('docbook2x')
depends=('bash' 'libcap-ng' 'libarchive' 'lzo' 'zstd')
provides=('icecream')
optdepends=('icecream-sundae: A commandline monitor for Icecream'
@@ -41,7 +41,7 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
./autogen.sh
- ./configure --prefix=/usr/lib/$pkgname --enable-shared --disable-static --without-man
+ ./configure --prefix=/usr/lib/$pkgname --enable-shared --disable-static --mandir=/usr/share/man
make
}