mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
11 lines
449 B
Diff
11 lines
449 B
Diff
We don't need systemd files
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -39,5 +39,5 @@
|
|
endif()
|
|
|
|
install(TARGETS grommunio-index RUNTIME)
|
|
-install(FILES grommunio-index.service grommunio-index.timer DESTINATION ${UNITDIR})
|
|
-install(FILES system-user-groindex.conf DESTINATION ${SYSUSERDIR})
|
|
+#install(FILES grommunio-index.service grommunio-index.timer DESTINATION ${UNITDIR})
|
|
+#install(FILES system-user-groindex.conf DESTINATION ${SYSUSERDIR})
|