fix systemd service install path

This commit is contained in:
alba4k 2024-04-12 20:41:01 +02:00 committed by Mihai Fufezan
parent dad6ac14df
commit 72a6b38b15
1 changed files with 1 additions and 1 deletions

View File

@ -74,4 +74,4 @@ protocol("staging/ext-idle-notify/ext-idle-notify-v1.xml" "ext-idle-notify-v1" f
# Installation # Installation
install(TARGETS hypridle) 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")