summaryrefslogtreecommitdiff
path: root/scripts/prep-librewolf-dpkg.sh
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-11-06 19:50:22 -0500
committerB. Stack <bgstack15@gmail.com>2023-11-06 19:50:22 -0500
commit22cbd9c2a083381fffda972ca8e4473601a329d2 (patch)
tree11638c617422c839c91fda38e36b3018a324306c /scripts/prep-librewolf-dpkg.sh
parent118.0.2 rc1 (diff)
downloadlibrewolf-debian-22cbd9c2a083381fffda972ca8e4473601a329d2.tar.gz
librewolf-debian-22cbd9c2a083381fffda972ca8e4473601a329d2.tar.bz2
librewolf-debian-22cbd9c2a083381fffda972ca8e4473601a329d2.zip
119.0 rc1
Diffstat (limited to 'scripts/prep-librewolf-dpkg.sh')
-rwxr-xr-xscripts/prep-librewolf-dpkg.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/prep-librewolf-dpkg.sh b/scripts/prep-librewolf-dpkg.sh
index 4b3ef99..08e97b7 100755
--- a/scripts/prep-librewolf-dpkg.sh
+++ b/scripts/prep-librewolf-dpkg.sh
@@ -201,7 +201,7 @@ else
sed -r -e 's@$@ -p1@' -e '/vpn-ad/d' >> "${debian_dir}/patches/series"
#echo "librewolf/webrender_ffi.patch -p1" >> "${debian_dir}/patches/series"
# added 115.0.2; just defuzzing this patch
- test -n "1" && patch -p1 "${debian_dir}/patches/librewolf/firefox-view.patch" <<'EOF'
+ test -n "" && patch -p1 "${debian_dir}/patches/librewolf/firefox-view.patch" <<'EOF'
--- a/patches/librewolf/firefox-view.patch 2023-07-13 15:01:06.444375138 -0400
+++ b/patches/librewolf/firefox-view.patch 2023-07-13 15:36:54.116273640 -0400
@@ -15,8 +15,10 @@
@@ -387,7 +387,7 @@ diff -aur a/patches/librewolf/hide-passwordmgr.patch b/patches/librewolf/hide-pa
EOF
# added 112.0.1, updated 117.0. Just for de-fuzzing librewolf patches
- test -n "1" && patch -p1 "${debian_dir}/patches/librewolf/firefox-view.patch" <<'EOF'
+ test -n "" && patch -p1 "${debian_dir}/patches/librewolf/firefox-view.patch" <<'EOF'
diff --git a/patches/ui-patches/firefox-view.patch b/patches/ui-patches/firefox-view.patch
index b32a6bf..07fd0ed 100644
--- a/patches/ui-patches/firefox-view.patch
bgstack15