summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51be10f6a7c9..63b822cc492f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ pkgver() {
build() {
cd $basename
rm -rf build
- meson build --prefix=/usr/ --libdir=lib
+ arch-meson build
ninja -C build
}