Skip to content

Commit

Permalink
updating installer data
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Jul 20, 2024
1 parent be7533d commit 30f9a77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-tl
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,7 @@ sub do_installation {
my $tlpobj = new TeXLive::TLPOBJ;
$tlpobj->name("00texlive.config");
my $t = $tlpdb->get_package("00texlive.config");
$tlpobj->category($t->category);
$tlpobj->depends("minrelease/" . $tlpdb->config_minrelease,
"release/" . $tlpdb->config_release);
$localtlpdb->add_tlpobj($tlpobj);
Expand Down

0 comments on commit 30f9a77

Please sign in to comment.