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:
parent
c5c29b2af8
commit
d5585b7585
@ -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…
Reference in New Issue
Block a user