summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 3b103c9..03976e5 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -14,10 +14,11 @@ ADD_SUBDIRECTORY ( sound )
# CURRENT DIRECTORY FILES
###############################################################################
IF ( NOT Server )
- INSTALL ( FILES tuxanci.desktop DESTINATION doc/${APPNAME}-${VERSION}/)
+ INSTALL ( FILES tuxanci.desktop
+ DESTINATION doc/${APPNAME}-${TUXANCI_VERSION}/)
IF ( NOT Win )
INSTALL ( FILES tuxanci.ico
- DESTINATION doc/${APPNAME}-${VERSION}/)
+ DESTINATION share/doc/${APPNAME}-${TUXANCI_VERSION}/ )
ENDIF ( NOT Win )
ENDIF ( NOT Server )
############################################################################### \ No newline at end of file