Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorPhilipp Storz <philipp.storz@bareos.com>2017-11-14 23:55:48 +0300
committerPhilipp Storz <philipp.storz@bareos.com>2018-01-02 13:23:09 +0300
commit4f6427a5ee0017089d115bee50636d68f2f1660f (patch)
tree7c8fe9e8fbaaf683584fd2ee076a1be04323b14c /cmake
parent47936befe76e374acf410557f0f97d17a34e834f (diff)
fix tray monitor config installation
Diffstat (limited to 'cmake')
-rw-r--r--cmake/BareosInstallConfigFiles.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/BareosInstallConfigFiles.cmake b/cmake/BareosInstallConfigFiles.cmake
index ac923f77d..b99ae2e82 100644
--- a/cmake/BareosInstallConfigFiles.cmake
+++ b/cmake/BareosInstallConfigFiles.cmake
@@ -21,7 +21,7 @@
MACRO(BareosInstallConfigFiles CONFDIR CONFIGBASEDIRECTORY PLUGINS BACKENDS SRC_DIR)
-MESSAGE(STATUS "BareosInstallConfigFiles called with ${CONFDIR} ${CONFIGBASEDIRECTORY} ${PLUGINS} ${BACKENDS} ${SRC_DIR}")
+ MESSAGE(STATUS "BareosInstallConfigFiles called with CONFDIR:${CONFDIR} CONFIGBASEDIRECTORY:${CONFIGBASEDIRECTORY} PLUGINS:${PLUGINS} BACKENDS:${BACKENDS} SRC_DIR:${SRC_DIR}")
set (DESTCONFDIR "$ENV{DESTDIR}/${CONFDIR}/${CONFIGBASEDIRECTORY}/")
MESSAGE(STATUS "installing configuration ${CONFIGBASEDIRECTORY} resource files to ${DESTCONFDIR}")