mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2026-05-09 01:58:17 +02:00
CMake: move systemd service install (#240)
This commit is contained in:
parent
5286277663
commit
6ba9817617
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue