Skip to content

Commit 31c405c

Browse files
committed
fix: don't create duplicate service file
1 parent b2cdeba commit 31c405c

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)