From df60ccca18d7d417815f1e66cc40efe18f6f2252 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 30 Mar 2014 05:00:43 +0000 Subject: [PATCH] extra/x265: remove verbose --- extra/x265/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/x265/PKGBUILD b/extra/x265/PKGBUILD index 2171b16ad..73caa08a4 100644 --- a/extra/x265/PKGBUILD +++ b/extra/x265/PKGBUILD @@ -28,7 +28,7 @@ build() { cd multicoreware-x265-*/build/linux [[ $CARCH == x86_64 ]] && LDFLAGS+=',-z,noexecstack' cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr ../../source - make VERBOSE=1 + make } package() {