summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9ffe8dddd28..8f52ba4f5268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgver() {
}
build() {
- meson --prefix=/usr --buildtype=plain obfuscate build
+ arch-meson obfuscate build
meson compile -C build
}