summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Anderson2019-09-19 18:39:22 -0400
committerSean Anderson2019-09-19 18:39:22 -0400
commit13c948ee59067717599b2b40e23e582088258f97 (patch)
treeae5ae4f9a576d495e41a098b34faf0b969c5d1fe
parent7042e4d4f9c32210df064522f8fca8a25a3afdaa (diff)
downloadaur-13c948ee59067717599b2b40e23e582088258f97.tar.gz
Remove verbose output from install
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d307b20c11e6..119fe87bffc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@ build() {
package() {
cd "uClibc-ng-$pkgver"
- make V=1 PREFIX="$pkgdir" install
+ make PREFIX="$pkgdir" install
# configure RUNTIME_PREFIX with /lib for PT_INTERP compat, but install to /usr/lib
mv "$pkgdir"/lib/ld64-uClibc*.so* "$pkgdir"/usr/lib/