summaryrefslogtreecommitdiff
path: root/data/font/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'data/font/CMakeLists.txt')
-rw-r--r--data/font/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/font/CMakeLists.txt b/data/font/CMakeLists.txt
index 3c9e283..d4d62e4 100644
--- a/data/font/CMakeLists.txt
+++ b/data/font/CMakeLists.txt
@@ -9,5 +9,5 @@
###############################################################################
FILE ( GLOB files "*.ttf" )
INSTALL ( FILES ${files}
- DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/font/ )
+ DESTINATION ${CMAKE_DATA_PATH}/${APPNAME}/font/ )
############################################################################### \ No newline at end of file