texlive: Move man pages to normal path

This ensures that the man command works, and fixes complaints
from a validation script that thinks that all man pages should be
under $PREFIX/share/man.
This commit is contained in:
Fredrik Fornwall 2017-03-22 00:23:37 +01:00
parent c5c29b2af8
commit d5585b7585
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ termux_step_post_extract_package () {
} }
termux_step_post_make_install () { termux_step_post_make_install () {
mkdir -p $TERMUX_PREFIX/share/man/man{1,5}/
mv $TERMUX_PREFIX/opt/texlive/2016/share/man/man{1,5}/* $TERMUX_PREFIX/share/man/man1/
cp $TERMUX_PKG_BUILDER_DIR/termux-install-tl.sh $TERMUX_PREFIX/bin/termux-install-tl cp $TERMUX_PKG_BUILDER_DIR/termux-install-tl.sh $TERMUX_PREFIX/bin/termux-install-tl
} }