Date: Wednesday, February 10, 2010 @ 11:02:19 Author: giovanni Revision: 68056
Modified: libiec61883/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-02-10 15:57:29 UTC (rev 68055) +++ PKGBUILD 2010-02-10 16:02:19 UTC (rev 68056) @@ -1,5 +1,6 @@ # $Id$ -# Maintainer: Jason Chu <[email protected]> +# Maintainer: Giovanni Scafora <[email protected]> +# Contributor: Jason Chu <[email protected]> # Contributor: Jaroslaw Swierczynski <[email protected]> # Contributor: Stephen Caraher <[email protected]> @@ -17,6 +18,7 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr || return 1 make || return 1 make DESTDIR="${pkgdir}" install || return 1
