Skip to content

Commit

Permalink
fixed: CMAKE_INSTALL_FULL_LIBDIR -> CMAKE_INSTALL_FULL_LIBEXECDIR
Browse files Browse the repository at this point in the history
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](ncaq/ncaq-overlay@ed3354f)
  • Loading branch information
ncaq committed Jul 8, 2021
1 parent e6fcc63 commit 48f5f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ install(
PROGRAMS
grive-sync.sh
DESTINATION
${CMAKE_INSTALL_FULL_LIBDIR}/grive
${CMAKE_INSTALL_FULL_LIBEXECDIR}/grive
)

0 comments on commit 48f5f0e

Please sign in to comment.