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
parent
2b40255a61
commit
2eb225f0fc
|
@ -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
|
||||||
|
|
Reference in New Issue