mirror of
https://github.com/hyprwm/hypridle.git
synced 2024-11-16 15:15:59 +01:00
fix systemd service install path
This commit is contained in:
parent
dad6ac14df
commit
72a6b38b15
1 changed files with 1 additions and 1 deletions
|
@ -74,4 +74,4 @@ protocol("staging/ext-idle-notify/ext-idle-notify-v1.xml" "ext-idle-notify-v1" f
|
|||
|
||||
# Installation
|
||||
install(TARGETS hypridle)
|
||||
install(FILES ${CMAKE_BINARY_DIR}/systemd/hypridle.service DESTINATION ${CMAKE_INSTALL_LIBDIR}/systemd/user)
|
||||
install(FILES ${CMAKE_BINARY_DIR}/systemd/hypridle.service DESTINATION "lib/systemd/user")
|
||||
|
|
Loading…
Reference in a new issue