summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-19 08:00:54 -0500
committerB. Stack <bgstack15@gmail.com>2022-01-19 08:00:54 -0500
commit3e3b4afe5edf8ca26e8f0645ab3ecba370f6c080 (patch)
treec0b00254aeab9496bb828f6189e6fb4c9b7bff25
parentmove pip3 to initial components, not dpkg build-deps (diff)
downloadlibrewolf-debian-3e3b4afe5edf8ca26e8f0645ab3ecba370f6c080.tar.gz
librewolf-debian-3e3b4afe5edf8ca26e8f0645ab3ecba370f6c080.tar.bz2
librewolf-debian-3e3b4afe5edf8ca26e8f0645ab3ecba370f6c080.zip
skip patching xmas.patch because we removed it
-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 5c1951b..691706e 100755
--- a/scripts/prep-librewolf-dpkg.sh
+++ b/scripts/prep-librewolf-dpkg.sh
@@ -221,7 +221,7 @@ index a6585ed..3487f6d 100644
--- a/browser/locales/Makefile.in
EOF
# just for the dpkg, because of dpkg changes to the moz.build
- test -n "a" && patch -p1 "${debian_dir}"/patches/librewolf/xmas.patch <<EOF
+ test -n "" && patch -p1 "${debian_dir}"/patches/librewolf/xmas.patch <<EOF
diff --git a/patches/xmas.patch b/patches/xmas.patch
index 8d5103c..39861c3 100644
--- a/patches/xmas.patch
bgstack15