summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick McCarty2023-11-16 11:08:23 -0800
committerPatrick McCarty2023-11-16 11:08:23 -0800
commitf46ba043c25850f02b9473845d211c686900f701 (patch)
tree7ded654542ddbecc76de2aa91fb821f036f006a3 /PKGBUILD
parentb8fbc98ca46cb03f03059ffb678142ff9e41fdf2 (diff)
downloadaur-f46ba043c25850f02b9473845d211c686900f701.tar.gz
Enable quiet(er) build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e96b58cde31..00f1568b58c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ sha256sums=('7d7a98727b02e59561ab4153f31ef24e54e7e2c0ec45b5c0b013030cbb41ebfe')
build() {
cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-silent-rules
make
}