Module: sems Branch: master Commit: 778dde4055061dfbd9b0e1e928e62b0f4d23ccee URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=778dde4055061dfbd9b0e1e928e62b0f4d23ccee
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Wed Dec 29 16:55:50 2010 +0300 Install email template Signed-off-by: Peter Lemenkov <[email protected]> --- apps/voicemail/CMakeLists.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/apps/voicemail/CMakeLists.txt b/apps/voicemail/CMakeLists.txt index 794191b..c0acd5b 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/ +) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
