From: Ulrich Müller Date: Thu, 1 Oct 2015 12:28:47 +0000 (+0200) Subject: games-board/polyglot: Install binary in standard location. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1ad7906ed106563b0ada1df36b2782a17b99bc8b;p=gentoo.git games-board/polyglot: Install binary in standard location. As Julian Ospald has pointed out, we currently don't happen to have a policy where to install games binaries. Install in /usr/bin until this is resolved. Package-Manager: portage-2.2.22 --- diff --git a/games-board/polyglot/polyglot-1.4.70b.ebuild b/games-board/polyglot/polyglot-1.4.70b-r1.ebuild similarity index 87% rename from games-board/polyglot/polyglot-1.4.70b.ebuild rename to games-board/polyglot/polyglot-1.4.70b-r1.ebuild index a43fd6e017d0..1929df4afb9b 100644 --- a/games-board/polyglot/polyglot-1.4.70b.ebuild +++ b/games-board/polyglot/polyglot-1.4.70b-r1.ebuild @@ -16,7 +16,5 @@ KEYWORDS="~amd64 ~x86" DOCS="AUTHORS ChangeLog TODO" # README* installed by build system src_configure() { - econf \ - --bindir="/usr/games/bin" \ - --docdir="/usr/share/doc/${PF}" + econf --docdir="/usr/share/doc/${PF}" }