From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4811138335 for ; Sun, 24 Mar 2019 19:18:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE357E0B37; Sun, 24 Mar 2019 19:18:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8F55E0B37 for ; Sun, 24 Mar 2019 19:18:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9367C335D4E for ; Sun, 24 Mar 2019 19:18:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BD2D588 for ; Sun, 24 Mar 2019 19:18:35 +0000 (UTC) From: "Andrey Utkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" Message-ID: <1553455063.d8291d9a56705a22eae1c8bcf71bd3d77fae3914.andrey_utkin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/raspberrypi-firmware/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild X-VCS-Directories: sys-boot/raspberrypi-firmware/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: d8291d9a56705a22eae1c8bcf71bd3d77fae3914 X-VCS-Branch: master Date: Sun, 24 Mar 2019 19:18:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 44d54cea-ac39-4e10-a251-a5cae15b3750 X-Archives-Hash: 4a891cc400d8a497c6c93a9dc8c87e54 commit: d8291d9a56705a22eae1c8bcf71bd3d77fae3914 Author: Andrey Utkin gentoo org> AuthorDate: Sun Mar 24 18:52:30 2019 +0000 Commit: Andrey Utkin gentoo org> CommitDate: Sun Mar 24 19:17:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8291d9a sys-boot/raspberrypi-firmware: die if cd fails Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin gentoo.org> 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 16e3ddf2e8b..5eaa396afd0 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