diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-03-24 18:52:30 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-03-24 19:17:43 +0000 |
commit | d8291d9a56705a22eae1c8bcf71bd3d77fae3914 (patch) | |
tree | 0e217a39365a8531765146c35c1a1b56a4f33683 /sys-boot | |
parent | sys-boot/raspberrypi-firmware: improve description (diff) | |
download | gentoo-d8291d9a56705a22eae1c8bcf71bd3d77fae3914.tar.gz gentoo-d8291d9a56705a22eae1c8bcf71bd3d77fae3914.tar.bz2 gentoo-d8291d9a56705a22eae1c8bcf71bd3d77fae3914.zip |
sys-boot/raspberrypi-firmware: die if cd fails
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
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 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 |