public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: sys-boot/raspberrypi-firmware/
Date: Wed,  1 Apr 2015 15:11:27 +0000 (UTC)	[thread overview]
Message-ID: <1427901068.26886f50a44e1d32b7d0697fa46c55a96dd8abe7.xmw@gentoo> (raw)

commit:     26886f50a44e1d32b7d0697fa46c55a96dd8abe7
Author:     Michael Weber <michael <AT> xmw <DOT> de>
AuthorDate: Wed Apr  1 15:11:08 2015 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Apr  1 15:11:08 2015 +0000
URL:        https://gitweb.gentoo.org/dev/xmw.git/commit/?id=26886f50

Fix bug 520686 by Maxim Mikityanskiy.

Package-Manager: portage-2.2.18
Manifest-Sign-Key: 62EEF090

 sys-boot/raspberrypi-firmware/ChangeLog                               | 4 ++++
 .../raspberrypi-firmware/raspberrypi-firmware-1_pre20150327.ebuild    | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sys-boot/raspberrypi-firmware/ChangeLog b/sys-boot/raspberrypi-firmware/ChangeLog
index 9ebdcf3..8645770 100644
--- a/sys-boot/raspberrypi-firmware/ChangeLog
+++ b/sys-boot/raspberrypi-firmware/ChangeLog
@@ -1,3 +1,7 @@
+  01 Apr 2015; Michael Weber <xmw@gentoo.org>
+  raspberrypi-firmware-1_pre20150327.ebuild:
+  Fix bug 520686 by Maxim Mikityanskiy.
+
 *raspberrypi-firmware-1_pre20150327 (01 Apr 2015)
 
   01 Apr 2015; Michael Weber <xmw@gentoo.org>

diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20150327.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20150327.ebuild
index 2c2d0bc..1b46d8b 100644
--- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20150327.ebuild
+++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20150327.ebuild
@@ -31,10 +31,10 @@ src_unpack() { :; }
 pkg_preinst() {
 	if [ -z "${REPLACING_VERSIONS}" ] ; then
 		local msg=""
-		if [ -e "${D}"/boot/cmdline.txt -a -e /boot/cmdline.txt ] ; then
+		if [ -e "${D}"/boot/cmdline.txt -a -e "${ROOT}"/boot/cmdline.txt ] ; then
 			msg+="/boot/cmdline.txt "
 		fi
-		if [ -e "${D}"/boot/config.txt -a -e /boot/config.txt ] ; then
+		if [ -e "${D}"/boot/config.txt -a -e "${ROOT}"/boot/config.txt ] ; then
 			msg+="/boot/config.txt "
 		fi
 		if [ -n "${msg}" ] ; then


             reply	other threads:[~2015-04-01 15:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-01 15:11 Michael Weber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-04-01 15:13 [gentoo-commits] dev/xmw:master commit in: sys-boot/raspberrypi-firmware/ Michael Weber
2015-04-23 19:11 Michael Weber
2016-02-19 18:56 Michael Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1427901068.26886f50a44e1d32b7d0697fa46c55a96dd8abe7.xmw@gentoo \
    --to=xmw@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox