Date: Sunday, April 8, 2012 @ 18:35:49 Author: tomegun Revision: 155890
upgpkg: bluez-firmware 1.2-7 move to /usr Modified: bluez-firmware/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-08 22:34:37 UTC (rev 155889) +++ PKGBUILD 2012-04-08 22:35:49 UTC (rev 155890) @@ -1,12 +1,12 @@ # $Id$ -# Maintainer: +# Maintainer: Tom Gundersen <[email protected]> # Contributor: Geoffroy Carrier <[email protected]> # Contributor: Giovanni Scafora <[email protected]> # Contributor: Stefano Zamprogno <[email protected]> pkgname=bluez-firmware pkgver=1.2 -pkgrel=6 +pkgrel=7 pkgdesc="Firmwares for Broadcom BCM203x and STLC2300 Bluetooth chips" url="http://www.bluez.org/" arch=('any') @@ -17,7 +17,7 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --libdir=/lib + ./configure --prefix=/usr } package() {
