Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
macos: use right config directory
/etc/bareos instead of /etc only
  • Loading branch information
pstorz authored and Marco van Wieringen committed Nov 26, 2015
1 parent de3471c commit 100faea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/osx/Makefile.in
Expand Up @@ -36,7 +36,7 @@ BAREOS_TAR:=${DL_DIR}/bareos-${BAREOS_VERSION}.tar.gz
BAREOS_SOURCE:=${WORKING_DIR}/bareos-${BAREOS_VERSION}
BAREOS_DESTDIR:=${WORKING_DIR}/destdir
BAREOS_PREFIX:=/usr/local
BAREOS_FD_CONF:=${BAREOS_PREFIX}/etc/bareos-fd.conf
BAREOS_FD_CONF:=${BAREOS_PREFIX}/etc/bareos/bareos-fd.conf
BAREOS_WORKING_DIR:=/var/run/bareos/working
#BAREOS_PMDOC:=${WORKING_DIR}/installer.pmdoc

Expand Down Expand Up @@ -125,7 +125,7 @@ ${BAREOS_DESTDIR}: ${BAREOS_SOURCE}

rm -rf "${BAREOS_DESTDIR}/tmp"

for conffile in ${BAREOS_DESTDIR}${BAREOS_PREFIX}/etc/*.conf; do \
for conffile in ${BAREOS_DESTDIR}${BAREOS_PREFIX}/etc/bareos/*.conf; do \
mv $$conffile $$conffile.example; \
done

Expand Down

0 comments on commit 100faea

Please sign in to comment.