Force installation even here.

This commit is contained in:
Ermal LUÇI 2014-11-20 13:03:59 +01:00
parent aa324852e1
commit dd34d7d239

View File

@ -1247,7 +1247,7 @@ function pkg_reinstall_all() {
uninstall_package($pkgtodo['name']);
log_error(gettext("Finished uninstalling package") . " {$pkgtodo['name']}");
log_error(gettext("Reinstalling package") . " {$pkgtodo['name']}");
install_package($pkgtodo['name']);
install_package($pkgtodo['name'], '', true);
log_error(gettext("Finished installing package") . " {$pkgtodo['name']}");
}
}