Skip to content

Commit

Permalink
scripts/bootstrap-prefix: ensure gnuconfig is installed in stage3
Browse files Browse the repository at this point in the history
Signed-off-by: Arsen Arsenović <[email protected]>
Closes: #31
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
ArsenArsen authored and thesamesam committed Jul 28, 2023
1 parent b268969 commit f7ead18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/bootstrap-prefix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2045,6 +2045,7 @@ bootstrap_stage3() {
fi

pkgs=(
sys-devel/gnuconfig
sys-apps/baselayout
sys-apps/gentoo-functions
app-portage/elt-patches
Expand Down Expand Up @@ -2085,6 +2086,7 @@ bootstrap_stage3() {
pre_emerge_pkgs --nodeps "${pkgs[@]}" || return 1
else
pkgs=(
sys-devel/gnuconfig
sys-apps/gentoo-functions
app-portage/elt-patches
app-arch/xz-utils
Expand Down

0 comments on commit f7ead18

Please sign in to comment.