diff --git a/helpers/make-firefox b/helpers/make-firefox
index 3641bdc98f145678d1aff454b9de74b83482a3ee..4d79af584038ee62c5f4214afca8828527efc6b8 100644
--- a/helpers/make-firefox
+++ b/helpers/make-firefox
@@ -94,7 +94,8 @@ pref("datareporting.healthreport.about.reportUrl", "https://trisquel.info/legal"
 pref("datareporting.healthreport.infoURL", "https://trisquel.info/legal");
 EOF
 # Replace privacy page
-grep -rl 'https://www.mozilla.org/legal/privacy/' | xargs -r sed -i 's%https://www.mozilla.org/legal/privacy/*"%https://trisquel.info/legal"%'
+grep -rl https://www.mozilla.org/legal/privacy/ | \
+    xargs -r sed -i 's|https://www.mozilla.org/legal/privacy/.*"|https://trisquel.info/legal"|'
 
 # Disable telemetry pings
 grep -rl TELEMETRY_BASE_URL | xargs -r sed -i 's|"https://incoming.telemetry.mozilla.org/submit"|""|'