diff options
author | B. Stack <bgstack15@gmail.com> | 2022-11-24 22:28:22 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-11-24 22:28:22 -0500 |
commit | 4864376d853995491b3fedc986d74b2bd107774b (patch) | |
tree | 1083fd8d8924ef9a17c9998101590c03364d5cbb /scripts/prep-librewolf-dpkg.sh | |
parent | prep 106.0 (diff) | |
download | librewolf-debian-4864376d853995491b3fedc986d74b2bd107774b.tar.gz librewolf-debian-4864376d853995491b3fedc986d74b2bd107774b.tar.bz2 librewolf-debian-4864376d853995491b3fedc986d74b2bd107774b.zip |
v107.0 attempt 1
Diffstat (limited to 'scripts/prep-librewolf-dpkg.sh')
-rwxr-xr-x | scripts/prep-librewolf-dpkg.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/prep-librewolf-dpkg.sh b/scripts/prep-librewolf-dpkg.sh index a7f1a73..81a2ca6 100755 --- a/scripts/prep-librewolf-dpkg.sh +++ b/scripts/prep-librewolf-dpkg.sh @@ -1,7 +1,7 @@ #!/bin/sh # File: prep-librewolf-dpkg.sh # Location: https://gitlab.com/bgstack15/librewolf-linux.git -# Latest supported version: librewolf-104.0-1 +# Latest supported version: librewolf-107.0-1 # Author: bgstack15 # SPDX-License-Identifier: CC-BY-SA-4.0 # Startdate: 2020-11-29 @@ -235,7 +235,7 @@ index 0de5504..7915e9c 100644 this.warning.hidden = !forcingColorsAndNoColorSchemeSupport; EOF # added 106.0.1 to patch for debian 106.0 until defuzz-106.0.1 gets merged - test -n "1" && patch -p1 "${debian_dir}/patches/librewolf/firefox-view.patch" <<EOF + test -n "" && patch -p1 "${debian_dir}/patches/librewolf/firefox-view.patch" <<EOF diff --git a/patches/ui-patches/firefox-view.patch b/patches/ui-patches/firefox-view.patch index ea0e580..ee089ac 100644 --- a/patches/ui-patches/firefox-view.patch |