mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
pentoo-updater.sh: how on earth was I not running @preserved-rebuild after --depclean until now?
This commit is contained in:
parent
e563630874
commit
92fc722067
1 changed files with 4 additions and 0 deletions
|
|
@ -61,6 +61,10 @@ revdep-rebuild.py -i --no-pretend -- --rebuild-exclude dev-java/swt --exclude de
|
|||
emerge --deep --update --newuse -kb --changed-use --newrepo @world || safe_exit
|
||||
#we need to do the clean BEFORE we drop the extra flags otherwise all the packages we just built are removed
|
||||
emerge --depclean || safe_exit
|
||||
portageq list_preserved_libs /
|
||||
if [ $? -ne 0 ]; then
|
||||
emerge @preserved-rebuild --buildpkg=y || safe_exit
|
||||
fi
|
||||
|
||||
if [ -n "${clst_target}" ]; then
|
||||
if [ -n "${debugshell}" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue