summaryrefslogtreecommitdiff
path: root/data/font
diff options
context:
space:
mode:
authorscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-18 17:28:19 +0000
committerscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-18 17:28:19 +0000
commiteefb6affd420af8c512e8733a6c9e2f5aabd5854 (patch)
tree51579ca43516216f23706c1a1cb939703fcfeb15 /data/font
parentad4f9593333a732f4220463977d0d435f6bfdb3b (diff)
- dalsi zmena v instalaci (prehlednutej docdir)
- nejprve nez budete kompilovat udelejte # make uninstall git-svn-id: http://opensvn.csie.org/tuxanci_ng@220 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'data/font')
-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 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