New commits:
commit dcdbc3ada3404b75410e5fe7ee5450a0fe5d5032
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>
texlive: install wrapper scripts
diff --git a/latex/texlive/HISTORY b/latex/texlive/HISTORY
index 4d10a4a..6e03b2d 100644
--- a/latex/texlive/HISTORY
+++ b/latex/texlive/HISTORY
@@ -1,3 +1,7 @@
+2010-11-21 Peng Chang (Charles) <chp AT sourcemage.org>
+ * INSTALL: new approach of install wrappers, removed mf-nowin link
+ * wrappers: wrapper scripts like latex, pdflatex etc. each 2-3 lines
+
2010-11-20 Peng Chang (Charles) <chp AT sourcemage.org>
* DETAILS: updated spell to 20100722
updated SOURCE_URL
diff --git a/latex/texlive/INSTALL b/latex/texlive/INSTALL
index 3885f89..c28f54b 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