diff options
Diffstat (limited to 'Master/tlpkg/etc')
-rw-r--r-- | Master/tlpkg/etc/tlrepo-from-minimals.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/etc/tlrepo-from-minimals.pl b/Master/tlpkg/etc/tlrepo-from-minimals.pl index ce2e397286e..411e3940aad 100644 --- a/Master/tlpkg/etc/tlrepo-from-minimals.pl +++ b/Master/tlpkg/etc/tlrepo-from-minimals.pl @@ -136,6 +136,7 @@ info("Copying files for infrastructure ... "); system("cp -a ./tlpkg/TeXLive $tmp/tlpkg"); system("cp -a ./tlpkg/bin $tmp/tlpkg"); system("cp ./tlpkg/tlpsrc/00texlive.config.tlpsrc $tmp/tlpkg/tlpsrc"); +system("cp ./tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc $tmp/tlpkg/tlpsrc"); info("done\n"); # create new tlpdb |