diff --git a/helpers/make-zip b/helpers/make-zip index c5318407a252d33797aca4b92d5f77ef6fbbada9..b4e47b340418beea2262f3bf4da7dc40b3cd5b72 100644 --- a/helpers/make-zip +++ b/helpers/make-zip @@ -171,8 +171,13 @@ cat << EOF | patch -p1 If you do not use encryption and use regular disk files, you do EOF +#Prevent the use of patch 11-typo-it-is-ambiguities-not-amgibuities.patch +sed -i 's|amgibuities|ambiguities|g' man/zip.1 + +remove_patch 11-typo-it-is-ambiguities-not-amgibuities.patch + changelog "Removed proprietary suggestions from the manual file - Closes #6711" + Closes #6711" compile