commit: 6aeb5e99cde94717abddead0f4346d04d0c9ce7a
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 04:02:12 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 04:03:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aeb5e99
games-roguelike/angband: tweak --bindir location for prefix
Package-Manager: Portage-2.3.10, Repoman-2.3.3
games-roguelike/angband/angband-4.0.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-roguelike/angband/angband-4.0.5-r1.ebuild
b/games-roguelike/angband/angband-4.0.5-r1.ebuild
index 48866f76317..d8830482e59 100644
--- a/games-roguelike/angband/angband-4.0.5-r1.ebuild
+++ b/games-roguelike/angband/angband-4.0.5-r1.ebuild
@@ -61,7 +61,7 @@ src_configure() {
ac_cv_path_NCURSES_CONFIG="pkg-config ncursesw" \
econf \
- --bindir=/usr/bin \
+ --bindir="${EPREFIX}"/usr/bin \
--with-private-dirs \
$(use_enable X x11) \
$(use_enable sdl) \