pentoo-updater.sh: fix typo

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-03-22 12:28:52 -04:00
parent e96114ee43
commit fe14af5d15
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -578,7 +578,7 @@ main_upgrades() {
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)
quickpkg --include-config=y $($(portageq get_repo_path / pentoo)/scripts/binpkgs-missing-rebuild)
fi
if portageq list_preserved_libs /; then