summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-06-18 23:18:45 +0000
committerNorbert Preining <preining@logic.at>2008-06-18 23:18:45 +0000
commitff34f74ccf52ad68edc44a51cea010ff3b9e96db (patch)
treecf55ed1e8fc883beb87360380b980f2e8b210f7d /Master/texmf
parentabad59d09ceb90d23307833a36223f61ca5400b4 (diff)
tlmgr.pl include_tlpobj is not ready, so don't call it in the updater
git-svn-id: svn://tug.org/texlive/trunk@8855 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 6f695f17e90..dd7f4ed7266 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -678,7 +678,7 @@ EOF
print UPDATER <<EOF;
tlpkg\\installer\\lzma\\lzmadec.win32.exe < temp\\$pkg.tar.lzma > temp\\$pkg.tar
tlpkg\\installer\\tarsave.exe -x -f temp\\$pkg.tar
-tlmgr include_tlpobj tlpobj\\$pkg.tlpobj
+rem tlmgr include_tlpobj tlpobj\\$pkg.tlpobj
EOF
;
}