Move mounter to /usr/lib/cantata

This commit is contained in:
craig.p.drummond@gmail.com
2013-07-04 11:12:42 +00:00
parent 648a9c3221
commit 7e4dec5b04
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ else (ENABLE_QT5)
endif (ENABLE_QT5)
add_executable( cantata-mounter ${CANTATA_MOUNTER_SRCS} ${CANTATA_MOUNTER_MOC_SRCS} )
install( TARGETS cantata-mounter RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib )
install(TARGETS cantata-mounter RUNTIME DESTINATION lib/cantata)
configure_file(com.googlecode.cantata.mounter.service.cmake ${CMAKE_CURRENT_BINARY_DIR}/com.googlecode.cantata.mounter.service)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/com.googlecode.cantata.mounter.service DESTINATION ${CMAKE_INSTALL_PREFIX}/share/dbus-1/system-services/ )
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/com.googlecode.cantata.mounter.conf DESTINATION /etc/dbus-1/system.d/ )

View File

@@ -1,4 +1,4 @@
[D-BUS Service]
Name=com.googlecode.cantata.mounter
Exec=@CMAKE_INSTALL_PREFIX@/bin/cantata-mounter
Exec=@CMAKE_INSTALL_PREFIX@/lib/cantata/cantata-mounter
User=root