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

Andrea Scarpino andrea at archlinux.org
Fri Jun 25 13:21:09 UTC 2010


    Date: Friday, June 25, 2010 @ 09:21:07
  Author: andrea
Revision: 84063

remove useless || return 1

Modified:
  kdeadmin/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-25 13:21:01 UTC (rev 84062)
+++ PKGBUILD	2010-06-25 13:21:07 UTC (rev 84063)
@@ -22,7 +22,7 @@
 
 build() {
 	cd ${srcdir}/${pkgbase}-${pkgver}
-	patch -p1 -i ${srcdir}/fix-syslog-path.patch || return 1
+	patch -p1 -i ${srcdir}/fix-syslog-path.patch
 
 	cd ${srcdir}
 	mkdir build




More information about the arch-commits mailing list