Pass the correct file to diff when using an offline_root.
[oweals/opkg-lede.git] / libopkg / opkg_install.c
index 834916db997980d8a899e30b4c63a90f3b8bf415..02a2be4be70e5e36ad2bb2104143178638e9f3a9 100644 (file)
@@ -1560,7 +1560,7 @@ static int resolve_conffiles(opkg_conf_t *conf, pkg_t *pkg)
                   if (conf->force_maintainer) {
                       opkg_message(conf, OPKG_NOTICE, "Conffile %s using maintainer's setting.\n", cf_backup);
                   } else if (conf->force_defaults
-                          || user_prefers_old_conffile(cf->name, cf_backup) ) {
+                          || user_prefers_old_conffile(root_filename, cf_backup) ) {
                       rename(cf_backup, root_filename);
                   }
               }