summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/xonotic/xonotic-0.8.2.ebuild4
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
}