From 6ef8b14373a9f9e611426502548e977d0e221ccd Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 15 Sep 2009 09:41:38 +0000 Subject: update for new location of tlnet-disabled-packages.txt git-svn-id: svn://tug.org/texlive/trunk@15294 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-containers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg') 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"); -- cgit v1.2.3