summaryrefslogtreecommitdiffstats
path: root/cmake/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-30 11:38:07 +0000
committerpiernov <piernov@piernov.org>2012-05-30 11:38:07 +0000
commit5a65227be455e481042abe55097098c91001f79f (patch)
tree7928ea126d9886a233e1057f04ded957e5786e44 /cmake/Pkgfile
parent41257f7e4b78880dba9af32f71de8735337641e8 (diff)
downloadnutyx-extra-5a65227be455e481042abe55097098c91001f79f.tar.gz
nutyx-extra-5a65227be455e481042abe55097098c91001f79f.tar.bz2
nutyx-extra-5a65227be455e481042abe55097098c91001f79f.tar.xz
nutyx-extra-5a65227be455e481042abe55097098c91001f79f.zip
cmake 2.8.8-1 correction chemin man
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