public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/jrommanager/
Date: Wed, 10 Mar 2021 01:24:24 +0000 (UTC)	[thread overview]
Message-ID: <1615336609.603e32c9ef68c76e33861604e34a23be826dab3b.sam@gentoo> (raw)

commit:     603e32c9ef68c76e33861604e34a23be826dab3b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 00:36:49 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 00:36:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603e32c9

games-emulation/jrommanager: fix invalid EROOT usage

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild b/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild
index 3f3dc02f279..d27e9e52107 100644
--- a/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild
+++ b/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild
@@ -27,7 +27,9 @@ QA_PREBUILT="*"
 src_prepare() {
 	default
 
-	sed -e "/cd.*/s:.*:cd \"${EROOT}/usr/share/${PN}\" || exit:" -i *.sh || die "sed failed!"
+	sed -e "/cd.*/s:.*:cd \"${EPREFIX}/usr/share/${PN}\" || exit:" -i *.sh \
+		|| die "sed failed!"
+
 	unzip -j ${MY_PN}.jar "jrm/resources/rom.png" || die
 }
 


             reply	other threads:[~2021-03-10  1:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-10  1:24 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-10  2:17 [gentoo-commits] repo/gentoo:master commit in: games-emulation/jrommanager/ Sam James
2021-03-10  1:24 Sam James
2021-03-10  1:24 Sam James
2019-10-11 20:06 Michał Górny
2019-10-11 20:06 Michał Górny
2018-09-04 20:49 Andreas Sturmlechner
2018-08-15 20:23 Michał Górny
2018-07-28 11:32 Michał Górny

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=1615336609.603e32c9ef68c76e33861604e34a23be826dab3b.sam@gentoo \
    --to=sam@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