summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-auto
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-10-28 17:42:02 +0000
committerKarl Berry <karl@freefriends.org>2010-10-28 17:42:02 +0000
commit596d5c71428330abbb7e8df0de60a0f24766958b (patch)
tree7bef84e364213cad74066c834a509ad2ce95335a /Master/tlpkg/bin/tl-update-auto
parent75bff2cae5b1c3a14fb9689d9789b244e68a0263 (diff)
move texcatalogue.keywords
git-svn-id: svn://tug.org/texlive/trunk@20233 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-auto')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-auto4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto
index 5eef7a66728..8dbde5c8164 100755
--- a/Master/tlpkg/bin/tl-update-auto
+++ b/Master/tlpkg/bin/tl-update-auto
@@ -226,13 +226,13 @@ fi # !config_scripts_only
if $config_scripts_only; then :; else
cat_dump=/tmp/tc.xml
rm -f $cat_dump.new
-wget -nv ftp://tug.ctan.org/ftpmaint/az/texcatalogue.xml -O $cat_dump.new \
+wget --quiet ftp://tug.ctan.org/ftpmaint/az/texcatalogue.xml -O $cat_dump.new \
&& mv $cat_dump.new $cat_dump
# if ftp fails, we'll reprocess the old dump, but that should be harmless.
$mydir/tl-update-keywords -input $cat_dump | tee $temp.keywords \
| grep -v '# Generated' >$temp.keywords.new
#
-keywordfile=tlpkg/texcatalogue.keywords
+keywordfile=texmf/scripts/texlive/var/texcatalogue.keywords
grep -v '# Generated' $keywordfile >$temp.keywords.cur
if $diff $temp.keywords.cur $temp.keywords.new >$temp.keywords.diff; then
$verbose " $keywordfile ok."