summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick McCarty2023-11-16 11:36:17 -0800
committerPatrick McCarty2023-11-16 11:36:17 -0800
commitc358e7c9e6e5827180675b908f13006a234f6749 (patch)
tree01468d47655586c8a9849646c0a959af76341388 /PKGBUILD
parent83cdf518d8231b86012f0caf233d3dc9402ff527 (diff)
downloadaur-c358e7c9e6e5827180675b908f13006a234f6749.tar.gz
Enable silent rules for build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b44130074d75..54848af4e898 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ sha256sums=('319c03c13f2e23fb399bfbc3de24d140bfc42fce51227212700c1755d41296e4')
build() {
cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-silent-rules
make
}