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 bb42292..5977b1d 100755
--- a/scripts/prep-librewolf-dpkg.sh
+++ b/scripts/prep-librewolf-dpkg.sh
@@ -245,7 +245,7 @@ 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"
- patch pref-naming.patch <<'EOF'
+ 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
--- a/patches/ui-patches/pref-naming.patch
bgstack15