From bc81766556fc7d9fa7c07a9291eb968747938711 Mon Sep 17 00:00:00 2001 From: scarab Date: Sun, 17 Aug 2008 17:52:23 +0000 Subject: - 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 --- data/font/CMakeLists.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'data/font') 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 -- cgit v1.2.3