fix man path
This commit is contained in:
parent
1a30446fff
commit
5ab7f2760c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue