Skip to content

Commit ae7c5be

Browse files
authored
systemd: don't create duplicate service file (#17)
1 parent b6e8667 commit ae7c5be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,5 @@ set(LIBEXECDIR ${CMAKE_INSTALL_FULL_LIBEXECDIR})
5252
configure_file(assets/hyprpolkitagent-service.in hyprpolkitagent.service @ONLY)
5353

5454
install(TARGETS hyprpolkitagent DESTINATION ${CMAKE_INSTALL_LIBEXECDIR})
55-
install(FILES ${CMAKE_BINARY_DIR}/hyprpolkitagent.service
56-
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/dbus-1/services")
5755
install(FILES ${CMAKE_BINARY_DIR}/hyprpolkitagent.service
5856
DESTINATION "lib/systemd/user")

0 commit comments

Comments
 (0)