CMake: move systemd service install (#240)

This commit is contained in:
Constantin Piber 2025-02-28 18:56:02 +01:00 committed by GitHub
parent 7e18ebc843
commit 6f4ba43163
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")