state: installed package does not need downloading
so do not skip it even if it's no longer available.cute-signatures
parent
8ae244db7d
commit
a120a96db4
|
@ -298,8 +298,7 @@ int apk_state_lock_dependency(struct apk_state *state,
|
||||||
|
|
||||||
if (apk_pkg_get_state(c->pkgs[i]) == APK_PKG_INSTALLED)
|
if (apk_pkg_get_state(c->pkgs[i]) == APK_PKG_INSTALLED)
|
||||||
installed = pkg;
|
installed = pkg;
|
||||||
|
else if (pkg->filename == NULL &&
|
||||||
if (pkg->filename == NULL &&
|
|
||||||
apk_db_select_repo(state->db, pkg) == NULL)
|
apk_db_select_repo(state->db, pkg) == NULL)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue