From d8291d9a56705a22eae1c8bcf71bd3d77fae3914 Mon Sep 17 00:00:00 2001 From: Andrey Utkin Date: Sun, 24 Mar 2019 18:52:30 +0000 Subject: [PATCH] sys-boot/raspberrypi-firmware: die if cd fails Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin --- sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild index 16e3ddf2e8b2..5eaa396afd0b 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild @@ -43,7 +43,7 @@ pkg_preinst() { src_install() { insinto /boot - cd boot + cd boot || die doins bootcode.bin fixup*.dat start*elf doins *.dtb doins -r overlays -- 2.26.2