mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
pentoo-updater: more places to not use binpkgs
This commit is contained in:
parent
021388e0a6
commit
5c282b1619
1 changed files with 2 additions and 2 deletions
|
|
@ -401,7 +401,7 @@ if [ -n "${clst_target}" ]; then
|
|||
fi
|
||||
|
||||
if portageq list_preserved_libs /; then
|
||||
emerge @preserved-rebuild --buildpkg=y || safe_exit
|
||||
FEATURES="-getbinpkg" emerge @preserved-rebuild --usepkg=n --buildpkg=y || safe_exit
|
||||
fi
|
||||
FEATURES="-getbinpkg" smart-live-rebuild 2>&1 || safe_exit
|
||||
revdep-rebuild -i -v -- --usepkg=n --buildpkg=y || safe_exit
|
||||
|
|
@ -419,7 +419,7 @@ fi
|
|||
set_java || WE_FAILED=1 #only tell the updater that this failed if it's still failing at the end
|
||||
|
||||
if portageq list_preserved_libs /; then
|
||||
emerge @preserved-rebuild --buildpkg=y || safe_exit
|
||||
FEATURES="-getbinpkg" emerge @preserved-rebuild --usepkg=n --buildpkg=y || safe_exit
|
||||
fi
|
||||
|
||||
if [ -n "${clst_target}" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue