diff options
| author | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-16 21:54:16 +0000 |
|---|---|---|
| committer | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-16 21:54:16 +0000 |
| commit | 07493cf248b3d7787b09d79bf5177c37c8df11cd (patch) | |
| tree | 0feae2a8db59b21edc39fa61ab72b5f61c580888 /data/music/CMakeLists.txt | |
| parent | 06bd9fe95283e918c8a7e4d2463c6d4a4be6df87 (diff) | |
- dokonceni urcovani path
- nyni fallback na /usr/local/ pokud user nic nezada
git-svn-id: http://opensvn.csie.org/tuxanci_ng@204 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'data/music/CMakeLists.txt')
| -rw-r--r-- | data/music/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/music/CMakeLists.txt b/data/music/CMakeLists.txt index cce6972..140cbf3 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}/sound/ ) + DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/music/ ) ENDIF ( NOT NO_Audio ) ###############################################################################
\ No newline at end of file |