summaryrefslogtreecommitdiffstats
path: root/cmake/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Pkgfile')
-rwxr-xr-xcmake/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Pkgfile b/cmake/Pkgfile
index 196b1a056..7362a464a 100755
--- a/cmake/Pkgfile
+++ b/cmake/Pkgfile
@@ -15,7 +15,7 @@ build() {
cd $name-$version
patch -p1 < ../fix-pkg-config.patch
./bootstrap --prefix=/usr \
- --mandir=/usr/share/man \
+ --mandir=/share/man \
--system-libs \
--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
make