From 1ad7906ed106563b0ada1df36b2782a17b99bc8b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Thu, 1 Oct 2015 14:28:47 +0200 Subject: [PATCH] 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 --- .../{polyglot-1.4.70b.ebuild => polyglot-1.4.70b-r1.ebuild} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename games-board/polyglot/{polyglot-1.4.70b.ebuild => polyglot-1.4.70b-r1.ebuild} (87%) 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}" } -- 2.26.2