From 83a998f1a33b2df79a7c388bab7b52202450a375 Mon Sep 17 00:00:00 2001 From: dr460nf1r3 Date: Sat, 5 Feb 2022 17:15:41 +0100 Subject: [PATCH] Fix patch locations --- PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index cb4b956..c69b645 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -98,19 +98,16 @@ prepare() { # somewhat experimental patch to fix bus/dbus/remoting names to io.gitlab.librewolf # should not break things, buuuuuuuuuut we'll see. - patch -Np1 -i ${_patches_dir}/dbus_name.patch - - # allow uBlockOrigin to run in private mode by default, without user intervention. - patch -Np1 -i ${_patches_dir}/allow-ubo-private-mode.patch + patch -Np1 -i ${_patches_dir}/librewolf/dbus_name.patch # add custom uBO assets (on first launch only) - patch -Np1 -i ${_patches_dir}/custom-ubo-assets-bootstrap-location.patch + patch -Np1 -i ${_patches_dir}/librewolf/custom-ubo-assets-bootstrap-location.patch # Debian patch to enable global menubar patch -Np1 -i ${_patches_dir}/librewolf/unity-menubar.patch # custom patch that does not conflict with the unity patch - patch -Np1 -i ${_patches_dir}/mozilla-kde_after_unity.patch + patch -Np1 -i ${_patches_dir}/librewolf/mozilla-kde_after_unity.patch # Remove Mozilla VPN ads patch -Np1 -i ${_patches_dir}/librewolf/mozilla-vpn-ad.patch