summaryrefslogtreecommitdiff
path: root/data/font/CMakeLists.txt
diff options
context:
space:
mode:
authorscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-17 17:52:23 +0000
committerscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-08-17 17:52:23 +0000
commitbc81766556fc7d9fa7c07a9291eb968747938711 (patch)
treee188f6d87c1ae130c8735d316e6c6c3b5515c200 /data/font/CMakeLists.txt
parent531f64d72827f7540e8c56b3e7648ac3a1f49045 (diff)
- server instaloval zbytecne data
- uprava authors (muj mejl a jabber) - build.sh vypisuje vic informaci o tom co provedl git-svn-id: http://opensvn.csie.org/tuxanci_ng@218 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'data/font/CMakeLists.txt')
-rw-r--r--data/font/CMakeLists.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/data/font/CMakeLists.txt b/data/font/CMakeLists.txt
index 3c9e283..14e173b 100644
--- a/data/font/CMakeLists.txt
+++ b/data/font/CMakeLists.txt
@@ -7,7 +7,9 @@
###############################################################################
# CURRENT DIRECTORY FILES
###############################################################################
-FILE ( GLOB files "*.ttf" )
-INSTALL ( FILES ${files}
- DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/font/ )
+IF ( NOT Server )
+ FILE ( GLOB files "*.ttf" )
+ INSTALL ( FILES ${files}
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/font/ )
+ENDIF ( NOT Server )
############################################################################### \ No newline at end of file