From 2be4d3c4e4b832cfe6c2810b9eec7ff17bde1e91 Mon Sep 17 00:00:00 2001 From: Kirill Unitsaev Date: Wed, 8 Jan 2025 18:32:27 +0300 Subject: [PATCH] CMakeLists: Fix the installation of the systemd service file --- 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")