diff options
Diffstat (limited to 'games-fps/nexuiz/nexuiz-2.5.2-r1.ebuild')
-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 |