games-roguelike/angband: tweak --bindir location for prefix

Package-Manager: Portage-2.3.10, Repoman-2.3.3
This commit is contained in:
Sergei Trofimovich
2017-09-30 04:02:12 +00:00
parent 9fb1675267
commit 6aeb5e99cd

View 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) \