summaryrefslogtreecommitdiff
path: root/scripts/prep-librewolf-rpm.sh
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-06-09 13:20:57 -0400
committerB. Stack <bgstack15@gmail.com>2021-06-09 13:20:57 -0400
commit63f8eb90195294f5494d3ff25a5ce15652eed4f8 (patch)
tree9918a3739d1fcf9507ff86b2e54acec25798c181 /scripts/prep-librewolf-rpm.sh
parentv88.0.1-1 (diff)
downloadlibrewolf-fedora-63f8eb90195294f5494d3ff25a5ce15652eed4f8.tar.gz
librewolf-fedora-63f8eb90195294f5494d3ff25a5ce15652eed4f8.tar.bz2
librewolf-fedora-63f8eb90195294f5494d3ff25a5ce15652eed4f8.zip
v89.0 rc1dev
Diffstat (limited to 'scripts/prep-librewolf-rpm.sh')
-rwxr-xr-xscripts/prep-librewolf-rpm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prep-librewolf-rpm.sh b/scripts/prep-librewolf-rpm.sh
index 0024628..4f7a2d3 100755
--- a/scripts/prep-librewolf-rpm.sh
+++ b/scripts/prep-librewolf-rpm.sh
@@ -134,7 +134,7 @@ cp -p "${git_source_dir}"/settings/librewolf.cfg .
# Unfortunately aarch64 is outside of my scope.
# still in script 3, add the relevant patches to the spec
-cp -pf "${git_source_dir}"/linux/megabar.patch "${git_source_dir}"/linux/remove_addons.patch "${git_source_dir}"/linux/mozilla-vpn-ad.patch "${git_source_dir}"/linux/context-menu.patch "${git_source_dir}"/linux/deb_patches/*.patch "${src_rpm_dir}"
+cp -pf "${git_source_dir}"/common/patches/megabar.patch "${git_source_dir}"/common/patches/remove_addons.patch "${git_source_dir}"/common/patches/mozilla-vpn-ad.patch "${git_source_dir}"/common/patches/context-menu.patch "${git_source_dir}"/linux/deb_patches/*.patch "${src_rpm_dir}"
# "cd browser/branding" was added in the previous sed command
sed -r firefox.spec3 \
-e '/^%description\s*$/iPatch900: armhf-reduce-linker-memory-use.patch\' \
bgstack15