summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Manukhin2021-12-05 21:28:16 -0500
committerAlexey Manukhin2021-12-05 21:28:16 -0500
commit282de5845d172758e7280da5144fe89c933b71a6 (patch)
tree4da28bcd4282b328cfe35b7c8f55f2e0e0b76d81
parent9676a23a57abc7f50dbb57c5880a1299391cb388 (diff)
downloadaur-282de5845d172758e7280da5144fe89c933b71a6.tar.gz
apply patch
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c7fcf68aacb..acfb153a5807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,7 @@ prepare() {
git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
git submodule update
- patch apply -p1 meson.build < ../meson.patch
+ patch apply -p1 $srcdir/gnome-settings-daemon/meson.build < $srcdir/../meson.patch
}
build() {