summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-11-16 08:06:12 -0500
committerB. Stack <bgstack15@gmail.com>2021-11-16 08:06:12 -0500
commit16b497ab9c4877b556d0fa68e171270f804782ed (patch)
tree673a2990c6692d3eb7725896e2bbe630fafeee6c
parent94.0 attempt 1 (diff)
downloadlibrewolf-debian-16b497ab9c4877b556d0fa68e171270f804782ed.tar.gz
librewolf-debian-16b497ab9c4877b556d0fa68e171270f804782ed.tar.bz2
librewolf-debian-16b497ab9c4877b556d0fa68e171270f804782ed.zip
disable 94.0 remove_addons fix
-rwxr-xr-xscripts/prep-librewolf-dpkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prep-librewolf-dpkg.sh b/scripts/prep-librewolf-dpkg.sh
index 81a5247..f594894 100755
--- a/scripts/prep-librewolf-dpkg.sh
+++ b/scripts/prep-librewolf-dpkg.sh
@@ -232,7 +232,7 @@ librewolf/allow_dark_preference_with_rfp.patch -p1
librewolf/about-dialog.patch -p1
EOF
# only for v94.0 until https://gitlab.com/librewolf-community/browser/common/-/merge_requests/10
- sed -i -r -e '/pictureinpicture/a\ "proxy-failover",' -e '16d' "${debian_dir}/patches/librewolf/remove_addons.patch"
+ #sed -i -r -e '/pictureinpicture/a\ "proxy-failover",' -e '16d' "${debian_dir}/patches/librewolf/remove_addons.patch"
fi
# observe that build-with-libstdc++-7 is disabled for this dpkg. Debian builds Firefox with gcc, not clang.
bgstack15