summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick McCarty2023-11-16 11:32:15 -0800
committerPatrick McCarty2023-11-16 11:32:15 -0800
commit82428fabfe26e64aa7df8267adcdbd8b5c37e5a7 (patch)
tree9f25c4e10b0721070724deee8b371f18ef0bfd3b /PKGBUILD
parent59504c69e22e6acd8da257f8eaa94a235b6d2532 (diff)
downloadaur-82428fabfe26e64aa7df8267adcdbd8b5c37e5a7.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 8449d96dd538..67c02f78f97f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ sha256sums=('ecd06c1857f58530f73866dffb74a32f17d1194c045f351b5ab8acad4f77678c')
build() {
cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-silent-rules
make
}