summaryrefslogtreecommitdiff
path: root/navit/support
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-06-16 19:28:07 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-06-16 19:28:07 +0000
commit3cefb29deb5d224204fc42e820b0d8ba2959b6e8 (patch)
tree5571e42db66e65b82f9ac4d3d662036a56fe35f0 /navit/support
parentc47138c82341a0d8f04c0270c63c658209cce3c0 (diff)
downloadnavit-3cefb29deb5d224204fc42e820b0d8ba2959b6e8.tar.gz
Fix:Build:Don't install svn directories
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4533 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/support')
-rw-r--r--navit/support/espeak/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/support/espeak/CMakeLists.txt b/navit/support/espeak/CMakeLists.txt
index 066266045..bba1f5e95 100644
--- a/navit/support/espeak/CMakeLists.txt
+++ b/navit/support/espeak/CMakeLists.txt
@@ -2,4 +2,4 @@ supportlib_add_library(support_espeak compiledict.c dictionary.c intonation.c re
numbers.c synth_mbrola.c synthdata.c synthesize.c translate.c tr_languages.c voices.c wavegen.c
phonemelist.c klatt.c speak_init.c)
-install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/espeak-data DESTINATION ${SHARE_DIR})
+install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/espeak-data DESTINATION ${SHARE_DIR} PATTERN ".svn" EXCLUDE)