alarm/raspberrypi-firmware: fix

This commit is contained in:
Kevin Mihelich 2021-02-13 19:30:02 +00:00
parent 30780b58e5
commit 1fd1758166

View file

@ -45,7 +45,7 @@ package() {
install -Dm0644 "$srcdir/10-raspberrypi-firmware.rules" "$pkgdir/usr/lib/udev/rules.d/10-raspberrypi-firmware.rules"
# setup PATH to hit /opt/vc/bin/
install -Dt "$pkgdir/etc/profile.d" -m644 ../raspberrypi-firmware.sh
install -Dt "$pkgdir/etc/profile.d" -m644 raspberrypi-firmware.sh
if [[ "${CARCH}" = 'aarch64' ]]; then
mkdir -p "${pkgdir}"/opt/vc