diff options
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild index a8560773a41c..0cddf5310cd4 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild @@ -44,7 +44,7 @@ pkg_preinst() { src_install() { insinto /boot cd boot - doins bootcode.bin COPYING.linux fixup*.dat LICENCE.broadcom start*elf + doins bootcode.bin fixup*.dat start*elf doins *.dtb doins -r overlays newins "${FILESDIR}"/${PN}-0_p20130711-config.txt config.txt |