[pacman-dev] [PATCH] PKGBUILD-example.txt: Remove superfluous "|| return 1".

Lukas Fleischer archlinux at cryptocrack.de
Tue Sep 14 20:49:19 EDT 2010


---
 doc/PKGBUILD-example.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/PKGBUILD-example.txt b/doc/PKGBUILD-example.txt
index 7245228..99fd8c2 100644
--- a/doc/PKGBUILD-example.txt
+++ b/doc/PKGBUILD-example.txt
@@ -15,6 +15,6 @@ md5sums=('ee5ae84d115f051d87fcaaef3b4ae782')
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
-  make || return 1
+  make
   make prefix=$pkgdir/usr install
 }
-- 
1.7.2.3



More information about the pacman-dev mailing list