From: Sergei Trofimovich Date: Sat, 30 Sep 2017 04:02:12 +0000 (+0000) Subject: games-roguelike/angband: tweak --bindir location for prefix X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6aeb5e99cde94717abddead0f4346d04d0c9ce7a;p=gentoo.git games-roguelike/angband: tweak --bindir location for prefix Package-Manager: Portage-2.3.10, Repoman-2.3.3 --- 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) \