From 81ca370a57c50f8273beffb2a1af3dee48563a89 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 17 Nov 2021 20:53:26 -0500 Subject: fix path for patched file --- scripts/prep-librewolf-dpkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/prep-librewolf-dpkg.sh') 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 -- cgit