We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c9728 commit af5fad1Copy full SHA for af5fad1
data/CMakeLists.txt
@@ -4,13 +4,13 @@
4
###########################
5
6
configure_file (
7
- unity-voice.conf.in
8
- unity-voice.conf
+ unity-voice-service.conf.in
+ unity-voice-service.conf
9
@ONLY
10
)
11
12
install (
13
- FILES ${CMAKE_CURRENT_BINARY_DIR}/unity-voice.conf
+ FILES ${CMAKE_CURRENT_BINARY_DIR}/unity-voice-service.conf
14
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/upstart/sessions
15
16
data/unity-voice.conf.in renamed to data/unity-voice-service.conf.in
@@ -2,4 +2,4 @@ description "Service to perform voice recognition"
2
3
respawn
-exec @CMAKE_INSTALL_FULL_LIBEXECDIR@/unity-voice
+exec @CMAKE_INSTALL_FULL_LIBEXECDIR@/unity-voice-service
0 commit comments