diff options
| author | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-17 15:23:38 +0000 |
|---|---|---|
| committer | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-17 15:23:38 +0000 |
| commit | 480a6baa30c1b14fe6c54338d05f29dd6e6a53bc (patch) | |
| tree | 07e4afb51c79b27ff21c234e1faabfb91979b399 /data/font/CMakeLists.txt | |
| parent | a293de1c443f808c6f6557b3ea19d00342a0d041 (diff) | |
- dalsi upravy build.sh pridano INSTALL_DATADIR_PATH, ktere by melo vyresit vetsinu problemu
git-svn-id: http://opensvn.csie.org/tuxanci_ng@216 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'data/font/CMakeLists.txt')
| -rw-r--r-- | data/font/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/font/CMakeLists.txt b/data/font/CMakeLists.txt index d4d62e4..3c9e283 100644 --- a/data/font/CMakeLists.txt +++ b/data/font/CMakeLists.txt @@ -9,5 +9,5 @@ ############################################################################### FILE ( GLOB files "*.ttf" ) INSTALL ( FILES ${files} - DESTINATION ${CMAKE_DATA_PATH}/${APPNAME}/font/ ) + DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/font/ ) ###############################################################################
\ No newline at end of file |