Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/biniax2/
Date: Wed, 09 Jun 2021 11:30:58
Message-Id: 1623238179.d2a1d08ebe480904757793192ec63ffd2ae5dcaf.ionen@gentoo
1 commit: d2a1d08ebe480904757793192ec63ffd2ae5dcaf
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 9 11:29:39 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 9 11:29:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a1d08e
7
8 games-puzzle/biniax2: add missing overlooked EPREFIX
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 games-puzzle/biniax2/biniax2-1.30-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-puzzle/biniax2/biniax2-1.30-r2.ebuild b/games-puzzle/biniax2/biniax2-1.30-r2.ebuild
16 index 719216968d7..533449cd9a8 100644
17 --- a/games-puzzle/biniax2/biniax2-1.30-r2.ebuild
18 +++ b/games-puzzle/biniax2/biniax2-1.30-r2.ebuild
19 @@ -31,7 +31,7 @@ src_prepare() {
20
21 rm data/Thumbs.db || die
22
23 - sed -i "s|data/|/usr/share/${PN}/|" desktop/{gfx,snd}.c || die
24 + sed -i "s|data/|${EPREFIX}/usr/share/${PN}/|" desktop/{gfx,snd}.c || die
25 }
26
27 src_compile() {