From a632fcc54051b58b6c2bd59de0188136c356d579 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 22 Mar 2016 14:57:06 +0100 Subject: [SERVER] Get rid of .sample for config files (saves you the rename orgy after install) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 759fbcb..284e2c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -188,6 +188,6 @@ ENDIF() # Other install files # -FILE(GLOB conf_files "${CMAKE_CURRENT_SOURCE_DIR}/conf/*.sample" "${CMAKE_CURRENT_SOURCE_DIR}/conf/README.*") -INSTALL(FILES ${conf_files} DESTINATION etc/dnbd3/) +FILE(GLOB conf_files "${CMAKE_CURRENT_SOURCE_DIR}/conf/*") +INSTALL(FILES ${conf_files} DESTINATION /etc/dnbd3/) -- cgit v1.2.3-55-g7522