diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-02-19 15:08:34 +0100 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-02-19 15:08:34 +0100 |
| commit | 60eb2ab3883e6e121b48ea9ba27bb2fb8d785316 (patch) | |
| tree | 110af47d49cbae3e779af9de494ff8f33f86cb39 /packaging | |
| parent | 9a7f9abf569c49edecb411b160dacb722cade4cc (diff) | |
We no longer compile our desktop file.
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/gentoo/tuxanci-9999.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index 42dd5ac..778f8e4 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -49,15 +49,9 @@ src_configure() { } src_install() { - local MY_PN - use dedicated && MY_PN=${PN}-server || MY_PN=${PN} - cmake-utils_src_install - #dosym ${GAMES_BINDIR}/${P} ${GAMES_BINDIR}/${PN} - #dosym ${GAMES_BINDIR}/${MY_PN}-dev ${GAMES_BINDIR}/${MY_PN} + doicon data/${PN}.svg - # we compile our desktop file - cd "${WORKDIR}"/tuxanci_build domenu data/${PN}.desktop prepgamesdirs |