[arch-commits] Commit in avidemux/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Tue May 25 23:22:05 UTC 2010


    Date: Tuesday, May 25, 2010 @ 19:22:05
  Author: ibiru
Revision: 81051

remove verbose flag from make

Modified:
  avidemux/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-25 23:21:36 UTC (rev 81050)
+++ PKGBUILD	2010-05-25 23:22:05 UTC (rev 81051)
@@ -19,8 +19,7 @@
   mkdir build
   cd build
   cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release -D CMAKE_SKIP_RPATH=ON -D GTK=1 -D QT4=1 .. || return 1
-  unset MAKEFLAGS
-  make VERBOSE=1 || return 1
+  make || return 1
 
 # plugin build expects libraries to be already installed; we fake a prefix
 # in build/ by symlinking all libraries to build/lib/




More information about the arch-commits mailing list