[arch-commits] Commit in bluez-firmware/trunk (PKGBUILD)
Andreas Radke
andyrtr at nymeria.archlinux.org
Mon Jan 20 16:09:34 UTC 2014
Date: Monday, January 20, 2014 @ 17:09:33
Author: andyrtr
Revision: 204469
upgpkg: bluez-firmware 1.2-8
fix license file location; FS#35235
Modified:
bluez-firmware/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-20 16:04:30 UTC (rev 204468)
+++ PKGBUILD 2014-01-20 16:09:33 UTC (rev 204469)
@@ -6,7 +6,7 @@
pkgname=bluez-firmware
pkgver=1.2
-pkgrel=7
+pkgrel=8
pkgdesc="Firmwares for Broadcom BCM203x and STLC2300 Bluetooth chips"
url="http://www.bluez.org/"
arch=('any')
@@ -23,4 +23,7 @@
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="$pkgdir" install
+
+ install -dm 755 ${pkgdir}/usr/share/doc/$pkgname
+ mv ${pkgdir}/usr/lib/firmware/BCM-LEGAL.txt ${pkgdir}/usr/share/doc/$pkgname/
}
More information about the arch-commits
mailing list