mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 07:22:56 +02:00
rpi-kernel: unbreak dtb installation.
This commit is contained in:
parent
25922a20c2
commit
94846eff6d
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ do_install() {
|
|||
./mkknlimg --dtok arch/arm/boot/zImage ${DESTDIR}/boot/kernel.img
|
||||
fi
|
||||
vmkdir boot/overlays
|
||||
mv arch/arm/boot/dts/*-overlay.dtb ${DESTDIR}/boot/overlays
|
||||
mv arch/arm/boot/dts/overlays/*.dtb ${DESTDIR}/boot/overlays
|
||||
mv arch/arm/boot/dts/*.dtb ${DESTDIR}/boot
|
||||
|
||||
hdrdest=${DESTDIR}/usr/src/${sourcepkg}-headers-${_kernver}
|
||||
|
|
Loading…
Add table
Reference in a new issue