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 2 years ago
parent e6fcc637f8
commit 48f5f0e52f

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

Loading…
Cancel
Save