summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/tlpkg/bin/tl-update-containers2
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");