fix man path

This commit is contained in:
Gwenhael Le Moine 2010-10-17 11:48:54 +07:00
parent 1a30446fff
commit 5ab7f2760c

View file

@ -53,6 +53,7 @@ cp -R $REPOSITORY $TMP/$PRGNAM-$VERSION
# Installation
( cd $TMP/$PRGNAM-$VERSION
sed -i 's|share/man|man|g' Makefile
make install DESTDIR=$PKG PREFIX=$PREFIX DOCDIR=$PKG$PREFIX/doc/$PRGNAM
)