summaryrefslogtreecommitdiffstats
path: root/latex/texlive/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'latex/texlive/INSTALL')
-rwxr-xr-xlatex/texlive/INSTALL12
1 files changed, 3 insertions, 9 deletions
diff --git a/latex/texlive/INSTALL b/latex/texlive/INSTALL
index 3885f89333..c28f54bcb3 100755
--- a/latex/texlive/INSTALL
+++ b/latex/texlive/INSTALL
@@ -1,12 +1,6 @@
default_install &&
-# in version 20091107, texlive does not install wrappers like latex, pdflatex
-# automatically, so copy these files explicitly
-local i &&
-for i in texk/texlive/* ; do
- if file $i | grep 'script text executable' 2>&1 >/dev/null; then
- cp -v $i $INSTALL_ROOT/usr/bin
- fi
-done &&
+# in version 20100722, texlive archive no longer provide wrappers like latex, pdflatex
+# so copy these files explicitly from grimoire
-ln -svf mf $INSTALL_ROOT/usr/bin/mf-nowin
+cp $SPELL_DIRECTORY/wrappers/* $INSTALL_ROOT/usr/bin -v