diff options
Diffstat (limited to 'packaging/gentoo/tuxanci-9999.ebuild')
| -rw-r--r-- | packaging/gentoo/tuxanci-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index 7e6cc4a..740eaab 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -42,7 +42,8 @@ src_compile() { src_install() { cmake-utils_src_install - + #dosym ${GAMES_BINDIR}/${P} ${GAMES_BINDIR}/${PN} + dosym ${GAMES_BINDIR}/${PN}-svn ${GAMES_BINDIR}/${PN} doicon data/${PN}.svg # we compile our desktop file cd "${WORKDIR}"/tuxanci_build |