diff options
Diffstat (limited to 'data/sound')
| -rw-r--r-- | data/sound/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sound/CMakeLists.txt b/data/sound/CMakeLists.txt index fd208e4..9e60aa7 100644 --- a/data/sound/CMakeLists.txt +++ b/data/sound/CMakeLists.txt @@ -10,6 +10,6 @@ IF ( NOT NO_Audio ) FILE ( GLOB files "*.ogg" ) INSTALL ( FILES ${files} - DESTINATION ${CMAKE_DATA_PATH}/${APPNAME}/sound/ ) + DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/sound/ ) ENDIF ( NOT NO_Audio ) ###############################################################################
\ No newline at end of file |