[Lunar-commits] <moonbase-other> luatex: Adjusting the POST_INSTALL so it will stop barking about not

stumbles stumbles at lunar-linux.org
Tue Feb 5 11:22:24 CET 2013


commit dad8e7b182fbed6825bfb0de0d848370e3adbb2e
Author: stumbles <stumbles at lunar-linux.org>
Date: Tue, 05 Feb 2013 02:22:24 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/dad8e7b182fbed6825bfb0de0d848370e3adbb2e

luatex: Adjusting the POST_INSTALL so it will stop barking about not

finding some things and failing.
---
  doc-tools/luatex/POST_INSTALL | +2/-2     
  1 file changed, 2 insertions(+), 2 deletions(-)

--- a/doc-tools/luatex/POST_INSTALL
+++ b/doc-tools/luatex/POST_INSTALL
@@ -1,7 +1,7 @@
 if [ -x /usr/bin/fmtutil-sys ] ; then
         # fmtutil-sys and texlinks are installed by texlive
-        fmtutil-sys --quiet --all > /dev/null
+        fmtutil-sys --missing --quiet --all > /dev/null
 
         # Create symlink:  /usr/bin/lualatex -> luatex
-        texlinks -q
+        texlinks -q 
 fi




More information about the Lunar-commits mailing list