mirror of
https://github.com/hyprwm/hyprpolkitagent.git
synced 2024-12-25 08:09:50 +01:00
systemd: don't create duplicate service file (#17)
This commit is contained in:
parent
b6e8667b65
commit
ae7c5be24c
1 changed files with 0 additions and 2 deletions
|
@ -52,7 +52,5 @@ set(LIBEXECDIR ${CMAKE_INSTALL_FULL_LIBEXECDIR})
|
|||
configure_file(assets/hyprpolkitagent-service.in hyprpolkitagent.service @ONLY)
|
||||
|
||||
install(TARGETS hyprpolkitagent DESTINATION ${CMAKE_INSTALL_LIBEXECDIR})
|
||||
install(FILES ${CMAKE_BINARY_DIR}/hyprpolkitagent.service
|
||||
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/dbus-1/services")
|
||||
install(FILES ${CMAKE_BINARY_DIR}/hyprpolkitagent.service
|
||||
DESTINATION "lib/systemd/user")
|
||||
|
|
Loading…
Reference in a new issue