summaryrefslogtreecommitdiffstats
path: root/external/onlineupdate/lo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/onlineupdate/lo.patch')
-rw-r--r--external/onlineupdate/lo.patch8
1 files changed, 7 insertions, 1 deletions
diff --git a/external/onlineupdate/lo.patch b/external/onlineupdate/lo.patch
index 35dfb2f80f..571cea560d 100644
--- a/external/onlineupdate/lo.patch
+++ b/external/onlineupdate/lo.patch
@@ -372,7 +372,13 @@
fi
fi
else
-@@ -270,7 +270,7 @@
+@@ -266,11 +266,12 @@
+ if check_for_add_if_not_update "$f"; then
+ make_add_if_not_instruction "$f" "$updatemanifestv3"
+ else
+- make_add_instruction "$f" "$updatemanifestv3"
++ verbose_notice " add \"$f\""
++ echo "add \"$f\"" >> "$updatemanifestv3"
fi