diff --git a/systemd/CMakeLists.txt b/systemd/CMakeLists.txt index bd6ac92..6de3e45 100644 --- a/systemd/CMakeLists.txt +++ b/systemd/CMakeLists.txt @@ -1,4 +1,4 @@ -SET(GRIVE_SYNC_SH_BINARY "${CMAKE_INSTALL_FULL_LIBDIR}/grive/grive-sync.sh") +SET(GRIVE_SYNC_SH_BINARY "${CMAKE_INSTALL_FULL_LIBEXECDIR}/grive/grive-sync.sh") CONFIGURE_FILE(grive-changes@.service.in grive-changes@.service @ONLY) CONFIGURE_FILE(grive-timer@.service.in grive-timer@.service @ONLY) @@ -24,4 +24,4 @@ install( grive-sync.sh DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}/grive -) \ No newline at end of file +)