diff options
author | B. Stack <bgstack15@gmail.com> | 2021-11-17 20:53:26 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-11-17 20:53:26 -0500 |
commit | 81ca370a57c50f8273beffb2a1af3dee48563a89 (patch) | |
tree | 2289ccdc91c4d3c084a8b4184baf492fd6d2e54b | |
parent | add fix for pref-naming.patch (diff) | |
download | librewolf-debian-81ca370a57c50f8273beffb2a1af3dee48563a89.tar.gz librewolf-debian-81ca370a57c50f8273beffb2a1af3dee48563a89.tar.bz2 librewolf-debian-81ca370a57c50f8273beffb2a1af3dee48563a89.zip |
fix path for patched file
-rwxr-xr-x | scripts/prep-librewolf-dpkg.sh | 2 |
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 |