summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 146a8c7..8d474a2 100755
--- a/scripts/prep-librewolf-dpkg.sh
+++ b/scripts/prep-librewolf-dpkg.sh
@@ -244,7 +244,7 @@ librewolf/remove-snippets-from-home.patch -p1
librewolf/sanitizing-description.patch -p1
EOF
# Fixes to the LibreWolf patches for version 94.0
- #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"
patch "${debian_dir}/patches/librewolf/pref-naming.patch" <<'EOF'
diff --git a/patches/ui-patches/pref-naming.patch b/patches/ui-patches/pref-naming.patch
index 6960444..6b462af 100644
bgstack15