From 778dde4055061dfbd9b0e1e928e62b0f4d23ccee Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Wed, 29 Dec 2010 16:55:50 +0300 Subject: [PATCH] Install email template Signed-off-by: Peter Lemenkov --- apps/voicemail/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/voicemail/CMakeLists.txt b/apps/voicemail/CMakeLists.txt index 794191b8..c0acd5bf 100644 --- a/apps/voicemail/CMakeLists.txt +++ b/apps/voicemail/CMakeLists.txt @@ -23,3 +23,6 @@ default_en.wav SET(sems_module_name voicemail) INCLUDE(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt) +INSTALL( + FILES ./default.template DESTINATION ${SEMS_CFG_PREFIX}/etc/sems/ +)