Skip to content

Commit

Permalink
games-fps/xonotic: Fixed game basedir.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
Lars Wendler committed May 18, 2017
1 parent 7f87b19 commit 07a326b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games-fps/xonotic/xonotic-0.8.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ src_compile() {
emake \
-C source/darkplaces \
DP_LINK_ODE=$(usex ode shared no) \
DP_FS_BASEDIR="/usr/${PN}" \
DP_FS_BASEDIR="/usr/share/${PN}" \
${i}
done
}
Expand All @@ -109,7 +109,7 @@ src_install() {
dodoc Docs/*.txt
use doc && dohtml -r Docs

insinto "/usr/${PN}"
insinto "/usr/share/${PN}"
doins -r key_0.d0pk server data
}

Expand Down

0 comments on commit 07a326b

Please sign in to comment.