mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
11 lines
428 B
Diff
11 lines
428 B
Diff
We don't need systemd files
|
|
diff -ruN a/CMakeLists.txt b/CMakeLists.txt
|
|
--- a/CMakeLists.txt 2024-03-11 13:19:20.150711607 +0100
|
|
+++ b/CMakeLists.txt 2024-03-11 13:19:39.040705013 +0100
|
|
@@ -25,4 +25,4 @@
|
|
endif()
|
|
|
|
install(TARGETS grommunio-index RUNTIME)
|
|
-install(FILES grommunio-index.service grommunio-index.timer DESTINATION ${UNITDIR})
|
|
+#install(FILES grommunio-index.service grommunio-index.timer DESTINATION ${UNITDIR})
|