diff options
author | 2019-02-05 21:27:18 +0000 | |
---|---|---|
committer | 2019-02-05 21:42:33 +0000 | |
commit | a3cc1eb4a15a6683587a0185db8e5d6dba83972a (patch) | |
tree | 3681514f014bc3d990ffbf377f69a1f30cc68719 /games-roguelike/moria | |
parent | games-roguelike/moria: Drop old 5.5.2 (diff) | |
download | gentoo-a3cc1eb4a15a6683587a0185db8e5d6dba83972a.tar.gz gentoo-a3cc1eb4a15a6683587a0185db8e5d6dba83972a.tar.bz2 gentoo-a3cc1eb4a15a6683587a0185db8e5d6dba83972a.zip |
games-roguelike/moria: Fix paths for prefixed systems
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-roguelike/moria')
-rw-r--r-- | games-roguelike/moria/moria-5.7.10.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-roguelike/moria/moria-5.7.10.ebuild b/games-roguelike/moria/moria-5.7.10.ebuild index 1f337859cbc4..da22f02cda3e 100644 --- a/games-roguelike/moria/moria-5.7.10.ebuild +++ b/games-roguelike/moria/moria-5.7.10.ebuild @@ -4,7 +4,7 @@ EAPI=7 CMAKE_IN_SOURCE_BUILD="yes" -inherit cmake-utils user +inherit cmake-utils prefix user DESCRIPTION="The Dungeons of Moria, a single player roguelike game, also known as Umoria" HOMEPAGE="https://umoria.org/" @@ -30,6 +30,7 @@ pkg_setup(){ src_prepare() { cmake-utils_src_prepare sed -i "s/@PF@/${PF}/" src/config.cpp || die + hprefixify src/config.cpp } src_install() { |