diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-05-18 11:02:33 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-05-18 11:02:33 +0200 |
commit | 07a326b92574bc35a4c1b859391bf04e097d19a5 (patch) | |
tree | e624dee67f8d5be09f6faf2274150918dac7c6b8 /games-fps/xonotic | |
parent | games-fps/xonotic: Bump to version 0.8.2 (diff) | |
download | gentoo-07a326b92574bc35a4c1b859391bf04e097d19a5.tar.gz gentoo-07a326b92574bc35a4c1b859391bf04e097d19a5.tar.bz2 gentoo-07a326b92574bc35a4c1b859391bf04e097d19a5.zip |
games-fps/xonotic: Fixed game basedir.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'games-fps/xonotic')
-rw-r--r-- | games-fps/xonotic/xonotic-0.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/xonotic/xonotic-0.8.2.ebuild b/games-fps/xonotic/xonotic-0.8.2.ebuild index cd06a49ba1c7..719fd3d29548 100644 --- a/games-fps/xonotic/xonotic-0.8.2.ebuild +++ b/games-fps/xonotic/xonotic-0.8.2.ebuild @@ -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 } @@ -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 } |