[arch-commits] Commit in kdebase-runtime/kde-unstable (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Fri Jun 25 13:20:57 UTC 2010


    Date: Friday, June 25, 2010 @ 09:20:56
  Author: andrea
Revision: 84061

remove useless || return 1

Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-25 13:20:50 UTC (rev 84060)
+++ PKGBUILD	2010-06-25 13:20:56 UTC (rev 84061)
@@ -27,8 +27,8 @@
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_SKIP_RPATH=ON \
 		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DWITH_PulseAudio=OFF || return 1
-	make || return 1
+		-DWITH_PulseAudio=OFF
+	make
 }
 
 package() {




More information about the arch-commits mailing list