Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/moria/
Date: Tue, 05 Feb 2019 21:42:47
Message-Id: 1549402953.a3cc1eb4a15a6683587a0185db8e5d6dba83972a.chewi@gentoo
1 commit: a3cc1eb4a15a6683587a0185db8e5d6dba83972a
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 21:27:18 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 21:42:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3cc1eb4
7
8 games-roguelike/moria: Fix paths for prefixed systems
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 games-roguelike/moria/moria-5.7.10.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/games-roguelike/moria/moria-5.7.10.ebuild b/games-roguelike/moria/moria-5.7.10.ebuild
17 index 1f337859cbc..da22f02cda3 100644
18 --- a/games-roguelike/moria/moria-5.7.10.ebuild
19 +++ b/games-roguelike/moria/moria-5.7.10.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 CMAKE_IN_SOURCE_BUILD="yes"
24 -inherit cmake-utils user
25 +inherit cmake-utils prefix user
26
27 DESCRIPTION="The Dungeons of Moria, a single player roguelike game, also known as Umoria"
28 HOMEPAGE="https://umoria.org/"
29 @@ -30,6 +30,7 @@ pkg_setup(){
30 src_prepare() {
31 cmake-utils_src_prepare
32 sed -i "s/@PF@/${PF}/" src/config.cpp || die
33 + hprefixify src/config.cpp
34 }
35
36 src_install() {