Browse Source

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.
android-5
Fredrik Fornwall 8 years ago
parent
commit
d5585b7585
  1. 2
      packages/texlive/build.sh

2
packages/texlive/build.sh

@ -62,6 +62,8 @@ termux_step_post_extract_package () {
}
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
}

Loading…
Cancel
Save