summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-09-27 15:09:43 +0000
committerNorbert Preining <preining@logic.at>2008-09-27 15:09:43 +0000
commit8535c66a09460b06f3253f460affed87411ffc50 (patch)
treeb3933d3a8c2df8bf0a60408be9223ffa72b5719d /Master/tlpkg
parent20176283f7404d5397312cc3e97969509c98e609 (diff)
make tlrepo-from-minimals use only scripts in the repository
git-svn-id: svn://tug.org/texlive/trunk@10745 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/etc/tlrepo-from-minimals.pl7
1 files changed, 1 insertions, 6 deletions
diff --git a/Master/tlpkg/etc/tlrepo-from-minimals.pl b/Master/tlpkg/etc/tlrepo-from-minimals.pl
index 0d6115cfd38..24c053ccb0a 100644
--- a/Master/tlpkg/etc/tlrepo-from-minimals.pl
+++ b/Master/tlpkg/etc/tlrepo-from-minimals.pl
@@ -3,11 +3,6 @@
# tlrepo-from-minimals.pl
# Copyright 2008 Norbert Preining
# Licensed under GPLv2 or higher
-#
-# TODO:
-# - TLPDB->from_files uses find -wholename which is not supported on Mac
-# - adjust revision numbers based on the revision number in the TL tlpdb
-# AND in the former minimal tlpdb
BEGIN {
$^W = 1;
@@ -213,7 +208,7 @@ $mitlpdb->save;
# create the containers
info("Creating containers ... ");
-system("perl $tmp/tlpkg/bin/tl-update-containers-context --location $dest --recreate");
+system("perl $tmp/tlpkg/bin/tl-update-containers -location $dest -no-setup");
info("done\ņ");
if (!$opt_dontclean) {