summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordr460nf1r32022-02-05 17:15:41 +0100
committerdr460nf1r32022-02-05 17:15:41 +0100
commit83a998f1a33b2df79a7c388bab7b52202450a375 (patch)
tree9edab9812e1f262d56f653a3c10e7136e4afefb9
parentd031b85c6b1ec3c50020aed2a986b9fdfe59183e (diff)
downloadaur-83a998f1a33b2df79a7c388bab7b52202450a375.tar.gz
Fix patch locations
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb4b95623bab..c69b645c8da8 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