summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McCarty2023-11-16 11:10:51 -0800
committerPatrick McCarty2023-11-16 11:10:51 -0800
commit3c35d78e2ea9709aed2c17e41e2c46c8cf429037 (patch)
tree3053efb78fc328a7f8efa3465b7a0774674de992
parent575499350f776b684d5894be12e4e2fbbfac7993 (diff)
downloadaur-3c35d78e2ea9709aed2c17e41e2c46c8cf429037.tar.gz
Enable silent rules for build
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fa848a4062e..c7b25851ae09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ sha256sums=('61a007421159607131d0b7d730948b696db2d03694bac40eb54265a5c9c023b5')
build() {
cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-silent-rules
make
}