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

Andrea Scarpino andrea at archlinux.org
Tue Nov 3 17:06:40 UTC 2009


    Date: Tuesday, November 3, 2009 @ 12:06:40
  Author: andrea
Revision: 58094

option already enabled by default

Modified:
  worker/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-03 16:47:41 UTC (rev 58093)
+++ PKGBUILD	2009-11-03 17:06:40 UTC (rev 58094)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Kevin Piche <kevin at archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
 
 pkgname=worker
 pkgver=2.17.4
@@ -15,8 +15,8 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-avfs
-  /usr/bin/make || return 1
-  /usr/bin/make prefix=${pkgdir}/usr install
+  ./configure --prefix=/usr
+  make || return 1
+  make prefix=${pkgdir}/usr install
 }
 # vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list