Move helper script into libexec dir

This seems to be a proper dir for such "not-for-normal-user" things...
pull/246/head
Jan Katins 2021-03-30 15:19:53 +02:00
parent 5510ca1b06
commit 050fcf53a0
1 changed files with 2 additions and 2 deletions

View File

@ -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
)
)