alarm/firmware-raspberrypi bump so rpi libs get preference before /usr/lib libs

Hopefully fixes #534
This commit is contained in:
pepedog 2013-08-03 19:46:29 +01:00
parent d78598f337
commit 54cbeb8c5e

View file

@ -7,7 +7,7 @@ pkgname=('raspberrypi-firmware'
'raspberrypi-firmware-emergency-kernel' 'raspberrypi-firmware-emergency-kernel'
'raspberrypi-firmware-tools' 'raspberrypi-firmware-tools'
'raspberrypi-firmware-examples') 'raspberrypi-firmware-examples')
pkgver=20130721 pkgver=20130803
pkgrel=1 pkgrel=1
pkgdesc="Firmware files for Raspberry Pi" pkgdesc="Firmware files for Raspberry Pi"
arch=('any') arch=('any')
@ -78,7 +78,7 @@ package_raspberrypi-firmware-tools() {
mkdir -p "${pkgdir}"/etc/ld.so.conf.d/ mkdir -p "${pkgdir}"/etc/ld.so.conf.d/
# ensure we can load libs # ensure we can load libs
echo "/opt/vc/lib/" > "${pkgdir}"/etc/ld.so.conf.d/raspberrypi-firmware.conf echo "/opt/vc/lib/" > "${pkgdir}"/etc/ld.so.conf.d/00-raspberrypi-firmware.conf
} }
package_raspberrypi-firmware-examples() { package_raspberrypi-firmware-examples() {