fix man path

This commit is contained in:
Gwenhael Le Moine 2011-01-09 14:14:49 +07:00
parent 2012c5ee2d
commit 20a3af76bd

View file

@ -56,7 +56,8 @@ find . \
echo "$ARCH" | grep -q "64" && sed -i 's|${PREFIX}/lib|${PREFIX}/lib64|g' wscript tools/wafadmin/Tools/node_addon.py
./configure configure \
--prefix=$PREFIX
--prefix=$PREFIX \
--mandir=$PREFIX/man
make $NUMJOBS PREFIX=$PREFIX
make install DESTDIR=$PKG PREFIX=$PREFIX