diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPostActions.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPostActions.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm index ae9f27f0f69..65fd335eea2 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -423,8 +423,8 @@ sub do_plain { chomp($TEXMFSYSVAR); } # install some copies from texmf(-dist) into texmf-var - copy ("$TEXDIR/texmf-dist/tex/plain/config/language.def", - "$TEXMFSYSVAR/tex/plain/config"); + copy ("$TEXDIR/texmf-dist/tex/generic/config/language.def", + "$TEXMFSYSVAR/tex/generic/config"); } # $PostInstall{"plain"} = \&do_plain; |