summaryrefslogtreecommitdiff
path: root/scripts/prep-librewolf-dpkg.sh
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-29 20:25:58 -0400
committerB. Stack <bgstack15@gmail.com>2022-07-29 20:25:58 -0400
commit46840b9165ce2c648c4aa38857b726effbfc2406 (patch)
tree178abef6564ab75f33402ed2ebb4f782ea2762c7 /scripts/prep-librewolf-dpkg.sh
parentv103.0 rc1 (diff)
downloadlibrewolf-debian-46840b9165ce2c648c4aa38857b726effbfc2406.tar.gz
librewolf-debian-46840b9165ce2c648c4aa38857b726effbfc2406.tar.bz2
librewolf-debian-46840b9165ce2c648c4aa38857b726effbfc2406.zip
patch the patch, not rewrite it
Diffstat (limited to 'scripts/prep-librewolf-dpkg.sh')
-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 0f4f14c..920e5ad 100755
--- a/scripts/prep-librewolf-dpkg.sh
+++ b/scripts/prep-librewolf-dpkg.sh
@@ -200,7 +200,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 103.0
- test -n "1" && cat <<EOF >"${debian_dir}/patches/librewolf/remove-snippets-from-home.patch"
+ test -n "1" && patch -p1 "${debian_dir}/patches/librewolf/remove-snippets-from-home.patch" <<EOF
--- ../../git/source/patches/ui-patches/remove-snippets-from-home.patch 2022-03-22 19:01:35.323802032 -0400
+++ debian/patches/librewolf/remove-snippets-from-home.patch 2022-07-29 15:41:22.727541444 -0400
@@ -1,6 +1,6 @@
bgstack15