mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 08:40:55 +08:00
12 lines
332 B
Diff
12 lines
332 B
Diff
--- 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")
|
|
|