From 2614c2b94dc12c4e48ecfaf4dc259dc90541a507 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 22 Mar 2022 19:26:06 -0400 Subject: fix custom patch for remove_addons --- scripts/prep-librewolf-dpkg.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/prep-librewolf-dpkg.sh b/scripts/prep-librewolf-dpkg.sh index 0a7e2d5..dcfb9e2 100755 --- a/scripts/prep-librewolf-dpkg.sh +++ b/scripts/prep-librewolf-dpkg.sh @@ -246,15 +246,16 @@ diff --git a/patches/remove_addons.patch b/patches/remove_addons.patch index a6585ed..3487f6d 100644 --- a/patches/remove_addons.patch +++ b/patches/remove_addons.patch -@@ -12,7 +12,7 @@ - - "webcompat", +@@ -12,8 +12,8 @@ + "webcompat", - "report-site-issue", "pictureinpicture", - "proxy-failover", -+ "search-detection", - ] + "search-detection", ++ ] diff --git a/browser/locales/Makefile.in b/browser/locales/Makefile.in index 496379c..dd6f359 100644 + --- a/browser/locales/Makefile.in EOF # Fixes for Debian Firefox? 97.0 -- cgit