From 6f4ba431638e44478417b9f524fb1771e5eda83c Mon Sep 17 00:00:00 2001 From: Constantin Piber <59023762+cpiber@users.noreply.github.com> Date: Fri, 28 Feb 2025 18:56:02 +0100 Subject: [PATCH] CMake: move systemd service install (#240) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bde1540..38c1048 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -142,4 +142,4 @@ endif(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG) include(GNUInstallDirs) install(TARGETS hyprpaper) -install(FILES ${CMAKE_BINARY_DIR}/systemd/hyprpaper.service DESTINATION ${CMAKE_INSTALL_LIBDIR}/systemd/user) +install(FILES ${CMAKE_BINARY_DIR}/systemd/hyprpaper.service DESTINATION "lib/systemd/user")