mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 10:11:12 +02:00
pentoo-updater: remove empty binpkgs early
This commit is contained in:
parent
f7d96de889
commit
5cae3f744b
1 changed files with 2 additions and 0 deletions
|
|
@ -345,6 +345,8 @@ safe_exit() {
|
|||
}
|
||||
|
||||
pre_sync_fixes() {
|
||||
#sometimes binpkgs are size 0, and that's not okay
|
||||
find "$(portageq envvar PKGDIR)" -size 0 -delete
|
||||
# this bug breaks --sync and EVERYTHING ELSE so it gets fixed first
|
||||
#adjust the portage version to check for once the bug is fixed
|
||||
bug903917="$(portageq match / '<sys-apps/portage-3.0.46')"
|
||||
|
|
|
|||
Loading…
Reference in a new issue