diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-11-16 22:45:54 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-11-16 22:45:54 +0100 |
commit | c22ae24873595b3730a2f9013c01ee8577c9275e (patch) | |
tree | f5e3349b76ce909b18e90842dca66f0202720822 /games-fps | |
parent | games-fps/nexuiz: correctly pass flags and compiler (diff) | |
download | gentoo-c22ae24873595b3730a2f9013c01ee8577c9275e.tar.gz gentoo-c22ae24873595b3730a2f9013c01ee8577c9275e.tar.bz2 gentoo-c22ae24873595b3730a2f9013c01ee8577c9275e.zip |
games-fps/nexuiz: fix prefix
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/nexuiz/nexuiz-2.5.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-fps/nexuiz/nexuiz-2.5.2-r1.ebuild b/games-fps/nexuiz/nexuiz-2.5.2-r1.ebuild index e23daea87d60..f5906fa0e092 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 |