From 3a7b4ae33d8676a35278bade6d523c03c630a6a5 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 12 Jun 2009 14:22:26 +0000 Subject: add "custom" to the list of available architectures git-svn-id: svn://tug.org/texlive/trunk@13725 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Master/install-tl') diff --git a/Master/install-tl b/Master/install-tl index 46344bf0a9c..a4d4b6313f6 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -1352,6 +1352,9 @@ sub save_options_into_tlpdb { if ($vars{$_}) { push @archs, $1; } } } + if ($opt_custom_bin) { + push @archs, "custom"; + } $localtlpdb->option_available_architectures(@archs); $localtlpdb->save() unless $vars{'from_dvd'}; } -- cgit v1.2.3