build: Update/reinstall packages on the host system

The `build-host-tools.sh` script will now update packages as needed on
the host system and/or reinstall binary package that have been rebuilt.
master
Dustin 2023-03-16 18:41:52 -05:00
parent 2b40255a61
commit 2eb225f0fc
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
PORTAGE_CONFIGROOT="${CONFIGDIR:=${PWD}}"/portage/host \ PORTAGE_CONFIGROOT="${CONFIGDIR:=${PWD}}"/portage/host \
< "${CONFIGDIR}"/host-tools.packages xargs -ro \ < "${CONFIGDIR}"/host-tools.packages xargs -ro \
emerge -vnUj emerge -vnuUj --rebuilt-binaries=y