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

Dan McGee dan at archlinux.org
Thu Jun 23 23:29:54 UTC 2011


    Date: Thursday, June 23, 2011 @ 19:29:54
  Author: dan
Revision: 128432

upgpkg: hexedit 1.2.12-3
Rebuild old package

Modified:
  hexedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-23 23:14:41 UTC (rev 128431)
+++ PKGBUILD	2011-06-23 23:29:54 UTC (rev 128432)
@@ -4,7 +4,7 @@
 
 pkgname=hexedit
 pkgver=1.2.12
-pkgrel=2
+pkgrel=3
 pkgdesc="Hex Editor for Linux"
 arch=('i686' 'x86_64')
 url="http://merd.net/pixel/hexedit.html"
@@ -15,8 +15,9 @@
 
 build() {
   cd "${srcdir}/${pkgname}"
+  CFLAGS="$CFLAGS -Wall"
 
-  ./configure || return 1
-  make || return 1
-  make prefix="${pkgdir}/usr" install || return 1
+  ./configure
+  make
+  make prefix="${pkgdir}/usr" install
 }




More information about the arch-commits mailing list