summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a07c89c7c3f..96b523f8568a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,9 +29,8 @@ pkgver() {
}
build() {
- cd $_realname
rm -rf build
- meson build --prefix=/usr/ --libdir=lib
+ arch-meson $_realname build
ninja -C build
}