mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/raspberrypi-firmware: fix
This commit is contained in:
parent
972e9accce
commit
d62841051f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ md5sums=('e5f04cc8700888458f472862c4d702da'
|
|||
package() {
|
||||
mkdir -p "${pkgdir}"/opt/vc
|
||||
|
||||
cp -R "${srcdir}"/firmware-${_commit}/hardfp/opt/vc/{bin,include,lib,sbin,LICENCE} "${pkgdir}"/opt/vc
|
||||
cp -R "${srcdir}"/firmware-${_commit}/hardfp/opt/vc/{bin,include,lib,LICENCE} "${pkgdir}"/opt/vc
|
||||
|
||||
# Create lib links
|
||||
mkdir -p "${pkgdir}"/etc/ld.so.conf.d/
|
||||
|
|
Loading…
Reference in a new issue