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

Stéphane Gaudreault stephane at archlinux.org
Sat Nov 20 03:27:58 UTC 2010


    Date: Friday, November 19, 2010 @ 22:27:58
  Author: stephane
Revision: 100049

upgpkg: which 2.20-4
rebuild of old package, tidy up PKGBUILD

Modified:
  which/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-20 03:27:34 UTC (rev 100048)
+++ PKGBUILD	2010-11-20 03:27:58 UTC (rev 100049)
@@ -4,7 +4,7 @@
 
 pkgname=which
 pkgver=2.20
-pkgrel=3
+pkgrel=4
 pkgdesc="A utility to show the full path of commands"
 arch=('i686' 'x86_64')
 url="http://www.xs4all.nl/~carlo17/which"
@@ -18,7 +18,7 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
-  make || return 1
+  make
 }
 
 package() {




More information about the arch-commits mailing list