summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick McCarty2023-11-16 11:20:33 -0800
committerPatrick McCarty2023-11-16 11:20:33 -0800
commit907fea381436e48037ed4f8333c07251994f5ac0 (patch)
tree9dc2a0c76300ae4bc383529ea5f635313acbf905 /PKGBUILD
parentcd3dec7fb89c3e1c067a23652acf8db83828fb38 (diff)
downloadaur-907fea381436e48037ed4f8333c07251994f5ac0.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 4890a40e55cd..cda647faafc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ sha256sums=('e4993efafa9924928d21b4eee77d5e3d9233ec5c3867685f598ca0bbb9c30cf2')
build() {
cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-silent-rules
make
}