summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-06-21 11:40:19 -0400
committerB. Stack <bgstack15@gmail.com>2024-06-21 11:40:19 -0400
commit57b97c9819fa33358b3c773796a67f72e5afe325 (patch)
treeed1b1425435e0f922e421203e1cc61abc944565c
parent127.0 rc1 (diff)
downloadlibrewolf-debian-57b97c9819fa33358b3c773796a67f72e5afe325.tar.gz
librewolf-debian-57b97c9819fa33358b3c773796a67f72e5afe325.tar.bz2
librewolf-debian-57b97c9819fa33358b3c773796a67f72e5afe325.zip
disable 114.0 defuzz of hide-passwordmgr
-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 cd0eba6..3b47bfe 100755
--- a/scripts/prep-librewolf-dpkg.sh
+++ b/scripts/prep-librewolf-dpkg.sh
@@ -380,7 +380,7 @@ EOF
"stage-preview":
EOF
# added 114.0, updated 123.0.1
- test -n "1" && cat <<'EOF' > "${debian_dir}/patches/librewolf/hide-passwordmgr.patch"
+ test -n "" && cat <<'EOF' > "${debian_dir}/patches/librewolf/hide-passwordmgr.patch"
--- a/browser/base/content/browser.js
+++ b/browser/base/content/browser.js
@@ -1807,6 +1807,13 @@ var gBrowserInit = {
bgstack15