games-board/polyglot: Install binary in standard location.
authorUlrich Müller <ulm@gentoo.org>
Thu, 1 Oct 2015 12:28:47 +0000 (14:28 +0200)
committerUlrich Müller <ulm@gentoo.org>
Thu, 1 Oct 2015 12:28:47 +0000 (14:28 +0200)
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

games-board/polyglot/polyglot-1.4.70b-r1.ebuild [moved from games-board/polyglot/polyglot-1.4.70b.ebuild with 87% similarity]

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 a43fd6e017d0a462c57ea2c9162e8af84a8af008..1929df4afb9b40621cb8096ce0ad926073304a32 100644 (file)
@@ -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}"
 }