Date: Sunday, April 8, 2012 @ 18:46:27 Author: tomegun Revision: 155894
upgpkg: ipw2100-fw 1.3-7 move to /usr Modified: ipw2100-fw/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-08 22:46:04 UTC (rev 155893) +++ PKGBUILD 2012-04-08 22:46:27 UTC (rev 155894) @@ -1,10 +1,11 @@ # $Id$ -# Maintainer: Thomas Baechler <[email protected]> +# Maintainer: Tom Gundersen <[email protected]> +# Contributor: Thomas Baechler <[email protected]> # Contributor: Giovanni Scafora <[email protected]> pkgname=ipw2100-fw pkgver=1.3 -pkgrel=6 +pkgrel=7 pkgdesc="Intel Centrino Drivers firmware for IPW2100" arch=('any') url="http://ipw2100.sourceforge.net/" @@ -19,7 +20,7 @@ # Install firmware for i in *.fw do - install -D -m 644 $i "${pkgdir}/lib/firmware/$i" + install -D -m 644 $i "${pkgdir}/usr/lib/firmware/$i" done # Install license install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
