From 73ebda7bfde2c1b449540e91a31578061fcb7211 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Mon, 30 Mar 2009 18:27:41 +0200 Subject: update again. so server compiles on gentoo too. --- packaging/gentoo/tuxanci-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'packaging/gentoo') diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index e87c183..92c10c3 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -56,8 +56,10 @@ src_configure() { src_install() { cmake-utils_src_install - doicon data/${PN}.svg - domenu data/${PN}.desktop + if ! use dedicated; then + doicon data/${PN}.svg + domenu data/${PN}.desktop + fi prepgamesdirs } -- cgit v1.2.3