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

Eduardo Romero eduardo at archlinux.org
Wed Jul 16 22:12:04 UTC 2008


    Date: Wednesday, July 16, 2008 @ 18:12:04
  Author: eduardo
Revision: 5500

Modified:
  gtkam/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-16 22:10:24 UTC (rev 5499)
+++ PKGBUILD	2008-07-16 22:12:04 UTC (rev 5500)
@@ -16,6 +16,7 @@
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --withouth-bonobo --withouth-gnome
-  make DESTDIR=$startdir/pkg install
+  ./configure --prefix=/usr --sysconfdir=/etc --without-bonobo --without-gnome
+  make || return 1
+  make DESTDIR=$startdir/pkg install || return 1
 }





More information about the arch-commits mailing list