mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
alarm/firmware-raspberrypi bump so rpi libs get preference before /usr/lib libs
Hopefully fixes #534
This commit is contained in:
parent
d78598f337
commit
54cbeb8c5e
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ pkgname=('raspberrypi-firmware'
|
|||
'raspberrypi-firmware-emergency-kernel'
|
||||
'raspberrypi-firmware-tools'
|
||||
'raspberrypi-firmware-examples')
|
||||
pkgver=20130721
|
||||
pkgver=20130803
|
||||
pkgrel=1
|
||||
pkgdesc="Firmware files for Raspberry Pi"
|
||||
arch=('any')
|
||||
|
@ -78,7 +78,7 @@ package_raspberrypi-firmware-tools() {
|
|||
mkdir -p "${pkgdir}"/etc/ld.so.conf.d/
|
||||
|
||||
# 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() {
|
||||
|
|
Loading…
Reference in a new issue