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

Allan McRae allan at archlinux.org
Wed Oct 6 14:23:10 UTC 2010


    Date: Wednesday, October 6, 2010 @ 10:23:10
  Author: allan
Revision: 94294

upgpkg: dialog 1.1_20100428-2
add C developmental headers

Modified:
  dialog/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-06 14:18:02 UTC (rev 94293)
+++ PKGBUILD	2010-10-06 14:23:10 UTC (rev 94294)
@@ -5,7 +5,7 @@
 pkgname=dialog
 pkgver=1.1_20100428
 _pkgver=1.1-20100428
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to display dialog boxes from shell scripts"
 arch=('i686' 'x86_64')
 url="http://invisible-island.net/dialog/"
@@ -18,10 +18,10 @@
   cd ${srcdir}/$pkgname-$_pkgver
   ./configure --prefix=/usr --mandir=/usr/share/man \
               --with-ncursesw --enable-nls
-  make || return 1
+  make
 }
 
 package() {
   cd ${srcdir}/$pkgname-$_pkgver
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install install-lib
 }




More information about the arch-commits mailing list