games-roguelike/angband: tweak --bindir location for prefix
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 30 Sep 2017 04:02:12 +0000 (04:02 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 30 Sep 2017 04:03:26 +0000 (04:03 +0000)
Package-Manager: Portage-2.3.10, Repoman-2.3.3

games-roguelike/angband/angband-4.0.5-r1.ebuild

index 48866f7631764e6c6872c8c4adb5c36a9dc5e9fd..d8830482e5928ad3afbf841654719df95492c1e9 100644 (file)
@@ -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) \