summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-15 00:08:24 +0000
committerKarl Berry <karl@freefriends.org>2009-12-15 00:08:24 +0000
commitb71745579c90df84280f960748f50b72885f6a4f (patch)
tree2db49dae6732f4c73f992f0ab2530698e0e2a802 /Master/tlpkg/libexec
parentd3754d05c3bbb766704a07d0c95f41691eda98b3 (diff)
latexdiff-vc too
git-svn-id: svn://tug.org/texlive/trunk@16409 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
-rwxr-xr-xMaster/tlpkg/libexec/mactex-copy-tl2
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index c6c6c690424..26b2a93c371 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -307,7 +307,7 @@ $Master = "$mydir/../..";
'kelly', "die 'skipping, obsoleted by cbgreek?'",
'kerkis', "&MAKEflatten",
'keys3', "die 'skipping, merged into expl3'",
- 'kpfonts', "&MAKEflatten",
+# 'kpfonts', "&MAKEflatten",
'kurier', "&MAKEcopy",
'kuvio', "die 'skipping, nonfree license'",
'l2a', "die 'skipping, another old detex, requires compilation'",
diff --git a/Master/tlpkg/libexec/mactex-copy-tl b/Master/tlpkg/libexec/mactex-copy-tl
index 2ef3d1e8ebc..349f3087012 100755
--- a/Master/tlpkg/libexec/mactex-copy-tl
+++ b/Master/tlpkg/libexec/mactex-copy-tl
@@ -59,4 +59,4 @@ echo $wantedfiles
echo "$0: This will take a while."
: ${TL_TAR=tar}
-$TL_TAR cf - $wantedfiles | (cd "$destdir" && $TL_TAR xf -)
+"$TL_TAR" cf - $wantedfiles | (cd "$destdir" && "$TL_TAR" xf -)