summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanielpinto8zz62018-11-07 14:36:27 +0000
committerdanielpinto8zz62018-11-07 14:36:27 +0000
commit6defc7ea81f0120d58616a4855b0daf275e6de43 (patch)
treed09dacd09fbd9688f2953db7a43f5d2a7accd54d
parent791767341bc5841607046793a020beb9d92e1082 (diff)
downloadaur-6defc7ea81f0120d58616a4855b0daf275e6de43.tar.gz
fix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57336da9a226..b0a7d596ca10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url="https://github.com/danielpinto8zz6/${pkgname}"
build() {
cd "$srcdir/${pkgname}-${pkgver}"
- meson build --prefix /usr --buildtype=plain ..
+ meson build --prefix /usr
ninja -C build
}