From 07a326b92574bc35a4c1b859391bf04e097d19a5 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Thu, 18 May 2017 11:02:33 +0200 Subject: games-fps/xonotic: Fixed game basedir. Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- games-fps/xonotic/xonotic-0.8.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games-fps') 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 } -- cgit v1.2.3-65-gdbad