diff options
author | Norbert Preining <preining@logic.at> | 2008-10-29 22:29:36 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-10-29 22:29:36 +0000 |
commit | 5610ebfe6755b3d39d62f439bdccec9b5aecffb9 (patch) | |
tree | 2eced687a3aaec751be536408923d4c665876f38 | |
parent | 87503f94ffcb5180165c8fb9d0f48a4054e8f23d (diff) |
make tlrepo-from-minimals.pl at least try to work by copying the
00texlive.autopatterns.tlpsrc
git-svn-id: svn://tug.org/texlive/trunk@11116 c570f23f-e606-0410-a88d-b1316a301751
-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 |