small-package/msd_lite/patches/001-ignore-install.patch

12 lines
332 B
Diff
Raw Normal View History

2023-01-26 15:46:00 +08:00
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -234,7 +234,7 @@
##################### INSTALLATION #####################################
# Configs
-install(CODE "FILE(MAKE_DIRECTORY ${CONFDIR})")
+#install(CODE "FILE(MAKE_DIRECTORY ${CONFDIR})")
install_if_not_exists(conf/msd_lite.conf ${CONFDIR} "msd_lite.conf" ".sample")