mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-17 15:20:54 +00:00
19 lines
537 B
Diff
19 lines
537 B
Diff
--- a/cmake/CopyConfig.cmake.in
|
|
+++ b/cmake/CopyConfig.cmake.in
|
|
@@ -2,6 +2,7 @@
|
|
# myMPD (c) 2018-2023 Juergen Mang <mail@jcgames.de>
|
|
# https://github.com/jcorporation/mympd
|
|
|
|
+if(FALSE)
|
|
if("@MYMPD_STARTUP_SCRIPT@" STREQUAL "ON")
|
|
# Install startup script
|
|
if(EXISTS "/lib/systemd/system" OR EXISTS "/usr/lib/systemd/system")
|
|
@@ -27,6 +28,7 @@
|
|
message("No supported init system found, no startup script was installed")
|
|
endif()
|
|
endif()
|
|
+endif(FALSE)
|
|
|
|
# Install and compress manpages
|
|
if("@MYMPD_MANPAGES@" STREQUAL "ON")
|