Skip to content

Commit

Permalink
games-fps/nexuiz: fix prefix
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Alexey Sokolov <[email protected]>
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
DarthGandalf authored and SoapGentoo committed Nov 16, 2020
1 parent 26bb544 commit c22ae24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games-fps/nexuiz/nexuiz-2.5.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c22ae24

Please sign in to comment.