Merge pull request #345 from ncaq/fix-shell-script-path

fixed: CMAKE_INSTALL_FULL_LIBDIR -> CMAKE_INSTALL_FULL_LIBEXECDIR
pull/330/merge
Vitaliy Filippov 2021-11-29 00:13:19 +03:00 committed by GitHub
commit 6901fbb169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
)