From 8535c66a09460b06f3253f460affed87411ffc50 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 27 Sep 2008 15:09:43 +0000 Subject: make tlrepo-from-minimals use only scripts in the repository git-svn-id: svn://tug.org/texlive/trunk@10745 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/etc/tlrepo-from-minimals.pl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Master') 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) { -- cgit v1.2.3