summaryrefslogtreecommitdiff
path: root/packaging/gentoo/tuxanci-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/gentoo/tuxanci-9999.ebuild')
-rw-r--r--packaging/gentoo/tuxanci-9999.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild
index 87e764d..8c6dc27 100644
--- a/packaging/gentoo/tuxanci-9999.ebuild
+++ b/packaging/gentoo/tuxanci-9999.ebuild
@@ -49,6 +49,8 @@ src_configure() {
mycmakeargs="${mycmakeargs}
-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
+ -DCMAKE_INSTALL_ICONDIR=/usr/share/pixmaps/
+ -DCMAKE_INSTALL_DESKTOPDIR=/usr/share/applications/
-DCMAKE_DATA_PATH=${GAMES_DATADIR}
-DCMAKE_LOCALE_PATH=${GAMES_DATADIR_BASE}/locale/
-DCMAKE_DOC_PATH=${GAMES_DATADIR_BASE}/doc/${PF}
@@ -61,10 +63,5 @@ src_configure() {
src_install() {
cmake-utils_src_install
- if ! use dedicated; then
- doicon data/${PN}.svg
- domenu data/${PN}.desktop
- fi
-
prepgamesdirs
}