fixed: CMAKE_INSTALL_FULL_LIBDIR -> CMAKE_INSTALL_FULL_LIBEXECDIR

Because, It must equal GRIVE_SYNC_SH_BINARY and actual grive-sync.sh path.
I patched my gentoo overlay ebuild.
[added: grive: libexec patch · ncaq/ncaq-overlay@ed3354f](ed3354fbb7)
pull/345/head
ncaq 2021-07-08 14:37:13 +09:00
parent e6fcc637f8
commit 48f5f0e52f
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@ install(
PROGRAMS
grive-sync.sh
DESTINATION
${CMAKE_INSTALL_FULL_LIBDIR}/grive
${CMAKE_INSTALL_FULL_LIBEXECDIR}/grive
)