diff options
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 14e173b..e1ed47d 100644 --- a/data/font/CMakeLists.txt +++ b/data/font/CMakeLists.txt @@ -10,6 +10,6 @@ IF ( NOT Server ) FILE ( GLOB files "*.ttf" ) INSTALL ( FILES ${files} - DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/font/ ) + DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}-${TUXANCI_VERSION}/font/ ) ENDIF ( NOT Server ) ###############################################################################
\ No newline at end of file |