From fd699c679463c291085f764391b457a7cebed45c Mon Sep 17 00:00:00 2001 From: Jan Katins Date: Sun, 28 Nov 2021 21:22:42 +0100 Subject: [PATCH] Fix sync script location --- systemd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/CMakeLists.txt b/systemd/CMakeLists.txt index 6de3e45..36d6d22 100644 --- a/systemd/CMakeLists.txt +++ b/systemd/CMakeLists.txt @@ -23,5 +23,5 @@ install( PROGRAMS grive-sync.sh DESTINATION - ${CMAKE_INSTALL_FULL_LIBDIR}/grive + ${CMAKE_INSTALL_FULL_LIBEXECDIR}/grive )