mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 13:20:57 +02:00
scripts/pentoo-updater.sh: add in a line to build missing binpkgs. I hope this works like I think it will
This commit is contained in:
parent
72ef4c9bd8
commit
e96114ee43
1 changed files with 2 additions and 0 deletions
|
|
@ -577,6 +577,8 @@ main_upgrades() {
|
|||
emerge --buildpkg @changed-deps || safe_exit
|
||||
emerge --buildpkg --usepkg --onlydeps --oneshot --deep --update --newuse --changed-deps --newrepo pentoo/pentoo || safe_exit
|
||||
etc-update --automode -5 || safe_exit
|
||||
#last let's make sure we have all the binpkgs we expect
|
||||
quickpkg --include-config=y $($(portageq get_repo_path / pentoo)/scripts/binpkgs-missing)
|
||||
fi
|
||||
|
||||
if portageq list_preserved_libs /; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue