summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-09-30 04:02:12 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-09-30 04:03:26 +0000
commit6aeb5e99cde94717abddead0f4346d04d0c9ce7a (patch)
tree22c2cb595c4dfc675b14d397892fb27e4d1a60cb
parentmedia-gfx/iscan: stabilise 2.30.2.2 for amd64/x86 (diff)
downloadgentoo-6aeb5e99cde94717abddead0f4346d04d0c9ce7a.tar.gz
gentoo-6aeb5e99cde94717abddead0f4346d04d0c9ce7a.tar.bz2
gentoo-6aeb5e99cde94717abddead0f4346d04d0c9ce7a.zip
games-roguelike/angband: tweak --bindir location for prefix
Package-Manager: Portage-2.3.10, Repoman-2.3.3
-rw-r--r--games-roguelike/angband/angband-4.0.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-roguelike/angband/angband-4.0.5-r1.ebuild b/games-roguelike/angband/angband-4.0.5-r1.ebuild
index 48866f763176..d8830482e592 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) \