From: Carsten Leonhardt Date: Tue, 19 Jun 2018 10:46:11 +0000 (+0200) Subject: Fix permissions of mtx-changer.conf X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8aede4fb1f3e024b5b6115789a726c6b56d10d96;p=bacula%2Fbacula Fix permissions of mtx-changer.conf --- diff --git a/bacula/scripts/Makefile.in b/bacula/scripts/Makefile.in index 4eb2478a43..40ad3e67d9 100755 --- a/bacula/scripts/Makefile.in +++ b/bacula/scripts/Makefile.in @@ -50,9 +50,9 @@ install: installdirs $(INSTALL_SCRIPT) mtx-changer $(DESTDIR)$(scriptdir)/mtx-changer @if test -f ${DESTDIR}${scriptdir}/mtx-changer.conf; then \ echo " ==> Installing mtx-changer.conf to mtx-changer.conf.new"; \ - $(INSTALL_SCRIPT) mtx-changer.conf $(DESTDIR)$(scriptdir)/mtx-changer.conf.new; \ + $(INSTALL_DATA) mtx-changer.conf $(DESTDIR)$(scriptdir)/mtx-changer.conf.new; \ else \ - $(INSTALL_SCRIPT) mtx-changer.conf $(DESTDIR)$(scriptdir)/mtx-changer.conf; \ + $(INSTALL_DATA) mtx-changer.conf $(DESTDIR)$(scriptdir)/mtx-changer.conf; \ fi @if test -f ${DESTDIR}${scriptdir}/disk-changer; then \ echo " ==> Saving existing disk-changer to disk-changer.old"; \