mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/raspberrypi-firmware to 20201210-3
This commit is contained in:
parent
6fbeb8cc8b
commit
bb1bf03531
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,7 @@ buildarch=28
|
|||
|
||||
pkgname=raspberrypi-firmware
|
||||
pkgver=20201210
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
# userland commit for all
|
||||
_commit=093b30bbc2fd083d68cc3ee07e6e555c6e592d11
|
||||
# firmware commit for cherrypick bins
|
||||
|
@ -54,6 +54,9 @@ package() {
|
|||
install -m644 ../LICENCE "${pkgdir}"/opt/vc/LICENCE
|
||||
rm -rf "${pkgdir}"/opt/vc/src
|
||||
|
||||
# Remove executable flag on shared objects
|
||||
find "${pkgdir}" -type f -name '*.so' -print0 | xargs -0 chmod -x
|
||||
|
||||
# Create lib links
|
||||
mkdir -p "${pkgdir}"/etc/ld.so.conf.d/
|
||||
install -m644 ../00-raspberrypi-firmware.conf "${pkgdir}"/etc/ld.so.conf.d/00-raspberrypi-firmware.conf
|
||||
|
|
Loading…
Reference in a new issue