diff options
Diffstat (limited to 'scripts/prep-librewolf-rpm.sh')
-rwxr-xr-x | scripts/prep-librewolf-rpm.sh | 2 |
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\' \ |