chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5c29b2
)
texlive: Move man pages to normal path
author
Fredrik Fornwall
<fredrik@fornwall.net>
Tue, 21 Mar 2017 23:23:37 +0000
(
00:23
+0100)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Tue, 21 Mar 2017 23:23:37 +0000
(
00:23
+0100)
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.
packages/texlive/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/texlive/build.sh
b/packages/texlive/build.sh
index b0fd601f11e7fc2b76aec227a6b97c451c112cd7..fd8c9b1d57cd8024df1b772a479637dff53d8875 100644
(file)
--- a/
packages/texlive/build.sh
+++ b/
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
}