diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-30 04:02:12 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-30 04:03:26 +0000 |
commit | 6aeb5e99cde94717abddead0f4346d04d0c9ce7a (patch) | |
tree | 22c2cb595c4dfc675b14d397892fb27e4d1a60cb /games-roguelike | |
parent | media-gfx/iscan: stabilise 2.30.2.2 for amd64/x86 (diff) | |
download | gentoo-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
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/angband/angband-4.0.5-r1.ebuild | 2 |
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) \ |