summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-03-22 19:26:06 -0400
committerB. Stack <bgstack15@gmail.com>2022-03-22 19:26:06 -0400
commit2614c2b94dc12c4e48ecfaf4dc259dc90541a507 (patch)
tree628d85839f1c1258658a7bacf831d47a2652bca9
parent98.0 rc1 (diff)
downloadlibrewolf-debian-2614c2b94dc12c4e48ecfaf4dc259dc90541a507.tar.gz
librewolf-debian-2614c2b94dc12c4e48ecfaf4dc259dc90541a507.tar.bz2
librewolf-debian-2614c2b94dc12c4e48ecfaf4dc259dc90541a507.zip
fix custom patch for remove_addons
-rwxr-xr-xscripts/prep-librewolf-dpkg.sh9
1 files 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
bgstack15