summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl
index f93f6938d6b..26983c92d7d 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -1352,7 +1352,7 @@ sub do_texmf_cnf {
# we have to find TEXMFLOCAL TEXMFSYSVAR and TEXMFHOME
foreach my $line (@texmfcnflines) {
- if ($line =~ m/^TEXMFLOCAL/) {
+ if ($line =~ m/^TEXMFLOCAL\b/) { # don't find TEXMFLOCALEDIR
# by default TEXMFLOCAL = TEXDIR/../texmf-local, if this is the case
# we don't have to write a new setting.
my $deftmlocal = dirname($vars{'TEXDIR'});