aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/opkg/patches/110-upgrade.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/system/opkg/patches/110-upgrade.patch')
-rw-r--r--package/system/opkg/patches/110-upgrade.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/opkg/patches/110-upgrade.patch b/package/system/opkg/patches/110-upgrade.patch
index b8206f055b..f21008eec6 100644
--- a/package/system/opkg/patches/110-upgrade.patch
+++ b/package/system/opkg/patches/110-upgrade.patch
@@ -24,9 +24,9 @@ Index: opkg-9c97d5ecd795709c8584e972bfdf3aee3a5b846d/libopkg/pkg.c
pkg->dest ? pkg->dest->root_dir : conf->default_dest->root_dir, 1);
+ if (pkg->is_upgrade)
-+ setenv("PKG_UPGRADE", "1", 0);
++ setenv("PKG_UPGRADE", "1", 1);
+ else
-+ setenv("PKG_UPGRADE", "0", 0);
++ setenv("PKG_UPGRADE", "0", 1);
+
+
if (! file_exists(path)) {