diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-06-09 07:29:39 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-06-09 07:29:39 -0400 |
commit | d2a1d08ebe480904757793192ec63ffd2ae5dcaf (patch) | |
tree | b0221ef3d6502a4b09d298fba713e92cd7d2739c /games-puzzle | |
parent | games-puzzle/biniax2: drop 1.30-r1 (diff) | |
download | gentoo-d2a1d08ebe480904757793192ec63ffd2ae5dcaf.tar.gz gentoo-d2a1d08ebe480904757793192ec63ffd2ae5dcaf.tar.bz2 gentoo-d2a1d08ebe480904757793192ec63ffd2ae5dcaf.zip |
games-puzzle/biniax2: add missing overlooked EPREFIX
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/biniax2/biniax2-1.30-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-puzzle/biniax2/biniax2-1.30-r2.ebuild b/games-puzzle/biniax2/biniax2-1.30-r2.ebuild index 719216968d73..533449cd9a87 100644 --- a/games-puzzle/biniax2/biniax2-1.30-r2.ebuild +++ b/games-puzzle/biniax2/biniax2-1.30-r2.ebuild @@ -31,7 +31,7 @@ src_prepare() { rm data/Thumbs.db || die - sed -i "s|data/|/usr/share/${PN}/|" desktop/{gfx,snd}.c || die + sed -i "s|data/|${EPREFIX}/usr/share/${PN}/|" desktop/{gfx,snd}.c || die } src_compile() { |