summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
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) {