commit:     c22ae24873595b3730a2f9013c01ee8577c9275e
Author:     Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Mon Nov 16 21:45:54 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 21:45:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c22ae248

games-fps/nexuiz: fix prefix

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 games-fps/nexuiz/nexuiz-2.5.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/nexuiz/nexuiz-2.5.2-r1.ebuild 
b/games-fps/nexuiz/nexuiz-2.5.2-r1.ebuild
index e23daea87d6..f5906fa0e09 100644
--- a/games-fps/nexuiz/nexuiz-2.5.2-r1.ebuild
+++ b/games-fps/nexuiz/nexuiz-2.5.2-r1.ebuild
@@ -76,7 +76,7 @@ src_prepare() {
 
        sed -i \
                -e '1i DP_LINK_TO_LIBJPEG=1' \
-               -e "s:ifdef DP_.*:DP_FS_BASEDIR=/usr/share/${PN}\n&:" \
+               -e "s:ifdef DP_.*:DP_FS_BASEDIR=${EPREFIX}/usr/share/${PN}\n&:" 
\
                makefile || die
 
        if ! use alsa ; then

Reply via email to