diff options
author | B. Stack <bgstack15@gmail.com> | 2022-03-22 19:26:06 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-03-22 19:26:06 -0400 |
commit | 2614c2b94dc12c4e48ecfaf4dc259dc90541a507 (patch) | |
tree | 628d85839f1c1258658a7bacf831d47a2652bca9 | |
parent | 98.0 rc1 (diff) | |
download | librewolf-debian-2614c2b94dc12c4e48ecfaf4dc259dc90541a507.tar.gz librewolf-debian-2614c2b94dc12c4e48ecfaf4dc259dc90541a507.tar.bz2 librewolf-debian-2614c2b94dc12c4e48ecfaf4dc259dc90541a507.zip |
fix custom patch for remove_addons
-rwxr-xr-x | scripts/prep-librewolf-dpkg.sh | 9 |
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 |