commit: 4e91ef4aa3f3611122a32855b4cd82d2d12be6d1 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Jun 2 21:45:13 2018 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Jun 2 21:47:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e91ef4a
games-strategy/wesnoth: add basic prefix support Package-Manager: Portage-2.3.38, Repoman-2.3.9 games-strategy/wesnoth/wesnoth-1.14.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-strategy/wesnoth/wesnoth-1.14.2.ebuild b/games-strategy/wesnoth/wesnoth-1.14.2.ebuild index 5a1f6c5af2e..27cde05f1ad 100644 --- a/games-strategy/wesnoth/wesnoth-1.14.2.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.14.2.ebuild @@ -100,7 +100,7 @@ src_configure() { -DENABLE_FRIBIDI="$(usex fribidi)" -DENABLE_OMP="$(usex openmp)" -DENABLE_STRICT_COMPILATION="OFF" - -DCMAKE_INSTALL_PREFIX="/usr" + -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr" ) cmake-utils_src_configure }