summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-tlcritical
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-11-02 19:24:41 +0000
committerKarl Berry <karl@freefriends.org>2008-11-02 19:24:41 +0000
commitd53a9587cecf07eeebac2c67dc13bafbc343e199 (patch)
tree22052c72dc14f0cb762ce1befd43d4d3d30d0dc1 /Master/tlpkg/bin/tl-update-tlcritical
parent266c312713c6da3121245e6295d3d9a27f6c15c0 (diff)
attempt to make our makeself and its subscript more portable, and put rev number in script name; make generic name a symlink as with .exe
git-svn-id: svn://tug.org/texlive/trunk@11156 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlcritical')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlcritical4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlcritical b/Master/tlpkg/bin/tl-update-tlcritical
index 359d3a3c0aa..6023d23002a 100755
--- a/Master/tlpkg/bin/tl-update-tlcritical
+++ b/Master/tlpkg/bin/tl-update-tlcritical
@@ -11,7 +11,7 @@ cd ${TMPDIR-/tmp}
tlcrit=/home/ftp/texlive/tlcritical
# update normal containers.
-$mydir/tl-update-containers -v \
+$mydir/tl-update-containers \
-location $tlcrit -all \
00texlive-installation.config 00texlive.config bin-texlive texlive.infra
@@ -19,7 +19,7 @@ $mydir/tl-update-containers -v \
$mydir/tl-makeself-from-tlnet $tlcrit
rm -f $tlcrit/update-*.sh
mv -v update-*.sh $tlcrit
-#(cd $tlcrit && ln -sv update-*.sh update-tlmgr-latest.sh)
+(cd $tlcrit && ln -sv update-*.sh update-tlmgr-latest.sh)
# update the Windows updater executable.
$mydir/tl-update-nsis >updater.nsi