From 050fcf53a07d99822a7de186d7f4e4a0be209903 Mon Sep 17 00:00:00 2001 From: Jan Katins Date: Tue, 30 Mar 2021 15:19:53 +0200 Subject: [PATCH] Move helper script into libexec dir This seems to be a proper dir for such "not-for-normal-user" things... --- systemd/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +)