summaryrefslogtreecommitdiff
path: root/data/music/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'data/music/CMakeLists.txt')
-rw-r--r--data/music/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/music/CMakeLists.txt b/data/music/CMakeLists.txt
index 140cbf3..0818994 100644
--- a/data/music/CMakeLists.txt
+++ b/data/music/CMakeLists.txt
@@ -10,6 +10,6 @@
IF ( NOT NO_Audio )
FILE ( GLOB files "*.ogg" )
INSTALL ( FILES ${files}
- DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/music/ )
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}-${TUXANCI_VERSION}/music/ )
ENDIF ( NOT NO_Audio )
############################################################################### \ No newline at end of file