diff options
author | B. Stack <bgstack15@gmail.com> | 2022-01-19 08:00:54 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-01-19 08:00:54 -0500 |
commit | 3e3b4afe5edf8ca26e8f0645ab3ecba370f6c080 (patch) | |
tree | c0b00254aeab9496bb828f6189e6fb4c9b7bff25 | |
parent | move pip3 to initial components, not dpkg build-deps (diff) | |
download | librewolf-debian-3e3b4afe5edf8ca26e8f0645ab3ecba370f6c080.tar.gz librewolf-debian-3e3b4afe5edf8ca26e8f0645ab3ecba370f6c080.tar.bz2 librewolf-debian-3e3b4afe5edf8ca26e8f0645ab3ecba370f6c080.zip |
skip patching xmas.patch because we removed it
-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 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 |