diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/install-tl | 3 |
1 files changed, 3 insertions, 0 deletions
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'}; } |