[Lunar-commits] <moonbase-other> texlive-texmf: There is no texmf direcotry.
Dennis Veatch
dennisveatch at bellsouth.net
Wed Sep 24 20:19:53 CEST 2014
commit d221c46ef6280e77cfb88e7ce22883acf611aa6d
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 24 Sep 2014 14:19:34 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/d221c46ef6280e77cfb88e7ce22883acf611aa6d
texlive-texmf: There is no texmf direcotry.
---
doc-tools/texlive-texmf/BUILD | +3/-3
1 file changed, 3 insertions(+), 3 deletions(-)
--- a/doc-tools/texlive-texmf/BUILD
+++ b/doc-tools/texlive-texmf/BUILD
@@ -5,14 +5,13 @@
if [ "`get_module_config MANPAGES`" = "y" ] ; then
mkdir -p /usr/share/man/man{1,5} &&
- cp -R texmf/doc/man/man1/*.1 /usr/share/man/man1/ &&
- cp -R texmf/doc/man/man5/*.5 /usr/share/man/man5/ &&
+ cp -R texmf-dist/doc/man/man1/*.1 /usr/share/man/man1/ &&
+ cp -R texmf-dist/doc/man/man5/*.5 /usr/share/man/man5/ &&
rm -rf texmf/doc/man
fi &&
if [ "`get_module_config DOCS`" = "n" ] ; then
- rm -rf texmf/doc &&
rm -rf texmf-dist/doc
fi &&
@@ -29,6 +28,7 @@
# make symlinks to /usr/share/doc if needed
if [ "`get_module_config DOCS`" = "y" ] ; then
mkdir -p /usr/share/doc &&
+
ln -sf /usr/share/texmf-dist/doc /usr/share/doc/texmf-dist
fi
More information about the Lunar-commits
mailing list