diff options
| author | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-09-07 12:13:55 +0000 |
|---|---|---|
| committer | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-09-07 12:13:55 +0000 |
| commit | 0a4dd46099a75a592555c7266fb6e9959124c6af (patch) | |
| tree | dabbe933bc0e069849717688b6f1ba4be8d9a6f9 /packaging/gentoo/tuxanci-9999.ebuild | |
| parent | f315e304633d108bb7b20fe69103fcdafd8d9c5c (diff) | |
- mirna uprava ebuildu aby uzivatel zadaval jen tuxanci ne tuxanci-version
git-svn-id: http://opensvn.csie.org/tuxanci_ng@276 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
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 |