From 596b50e7ceffc7c17de97965a2f1d417ea7f14aa Mon Sep 17 00:00:00 2001 From: HarpyWar <harpywar@gmail.com> Date: Sun, 6 Jul 2014 20:11:24 +0400 Subject: [PATCH] remove d2server.ini definition (it must be supplied with d2gs) --- conf/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/CMakeLists.txt b/conf/CMakeLists.txt index c0cb941..1bf3c6e 100644 --- a/conf/CMakeLists.txt +++ b/conf/CMakeLists.txt @@ -28,9 +28,6 @@ endif(WITH_BNETD) if(WITH_D2CS) set(D2CS_CONFS d2cs.conf anongame_infos.conf) - - # special treatment for non .in files - install(FILES d2server.ini DESTINATION ${SYSCONFDIR}) endif(WITH_D2CS) if(WITH_D2DBS)