From 0073a0b6a0820796093e5c3fe2f513cb69d29ae1 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 8 Aug 2009 08:47:41 +0000 Subject: fix tlpsrc2tlpdb to include options git-svn-id: svn://tug.org/texlive/trunk@14578 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tlpsrc2tlpdb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Master') diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb index 2281ddd3e75..c0fdd97b77f 100755 --- a/Master/tlpkg/bin/tlpsrc2tlpdb +++ b/Master/tlpkg/bin/tlpsrc2tlpdb @@ -136,9 +136,13 @@ sub main # write the new db, to the real location given --all, or stdout. if ($opt_all) { $tldb->root ($opt_master); + # do set the option_archs from the dirs in Master/bin my @archs = $tltree->architectures; $tldb->setting("available_architectures", @archs); + + # add default options + $tlpdb->add_default_options(); $tldb->save; info ("$0: wrote $src_count packages to ". $tldb->root . ".\n"); } else { -- cgit v1.2.3