1 --- a/archival/libipkg/ipkg_install.c
2 +++ b/archival/libipkg/ipkg_install.c
4 ipkg_error_t ipkg_install_by_name(ipkg_conf_t *conf, const char *pkg_name)
9 char *old_version, *new_version;
13 new->dest = old->dest;
14 old->state_want = SW_DEINSTALL; /* Here probably the problem for bug 1277 */
20 anyone ever wants to make a nice libipkg. */
22 ipkg_message(conf, IPKG_DEBUG2,"Function: %s calling ipkg_install_pkg \n",__FUNCTION__);
23 - return ipkg_install_pkg(conf, new,0);
24 + return ipkg_install_pkg(conf, new,u);
27 ipkg_error_t ipkg_install_multi_by_name(ipkg_conf_t *conf, const char *pkg_name)
33 + if ( from_upgrade ) {
34 message = 1; /* Coming from an upgrade, and should change the output message */
35 + setenv("IPKG_UPGRADE", "yes", 1);
39 ipkg_message(conf, IPKG_ERROR,