systemd: don't create duplicate service file (#17)

This commit is contained in:
nyx 2024-12-13 16:31:59 -05:00 committed by GitHub
parent b6e8667b65
commit ae7c5be24c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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