Fix sync script location

pull/353/head
Jan Katins 2021-11-28 21:22:42 +01:00
parent e6fcc637f8
commit fd699c6794
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
)