diff options
author | Norbert Preining <preining@logic.at> | 2009-09-15 09:41:38 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-09-15 09:41:38 +0000 |
commit | 6ef8b14373a9f9e611426502548e977d0e221ccd (patch) | |
tree | 9ad4fc99c5b7a98f98a446ef6947f198096ff597 /Master | |
parent | 60d44731afa4954a7324f3bbe3e111598874afd2 (diff) |
update for new location of tlnet-disabled-packages.txt
git-svn-id: svn://tug.org/texlive/trunk@15294 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-containers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers index e3ef843986a..e70fff544ac 100755 --- a/Master/tlpkg/bin/tl-update-containers +++ b/Master/tlpkg/bin/tl-update-containers @@ -125,7 +125,7 @@ sub main # we check for the existence of a special config file, and if it # is present any package listed therein will not be updated in # tlnet. Assume GNU grep for checking it. - my $disabled_pkgs = "$Master/tlpkg/etc/tlnet-disabled-packages.txt"; + my $disabled_pkgs = "$Master/tlpkg/dev/tlnet-disabled-packages.txt"; if (-r $disabled_pkgs) { if (!system("grep", "-q", "-x", "-F", $pkg, $disabled_pkgs)) { tlwarn("$0: $pkg disabled for tlnet updates in $disabled_pkgs\n"); |