summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libopkg/opkg_install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/opkg_install.c b/libopkg/opkg_install.c
index 49e14fc..2693274 100644
--- a/libopkg/opkg_install.c
+++ b/libopkg/opkg_install.c
@@ -1172,7 +1172,7 @@ opkg_install_by_name(const char *pkg_name)
return 0;
} else if (cmp < 0) {
new->dest = old->dest;
- old->state_want = SW_DEINSTALL; /* Here probably the problem for bug 1277 */
+ old->state_want = SW_DEINSTALL;
}
free(old_version);
free(new_version);