]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix org#2659 Install dbcheck and bsmtp in 755
authorEric Bollengier <eric@baculasystems.com>
Tue, 3 May 2022 13:09:33 +0000 (15:09 +0200)
committerEric Bollengier <eric@baculasystems.com>
Tue, 3 May 2022 13:35:19 +0000 (15:35 +0200)
bacula/src/tools/Makefile.in

index f849f31654d4537903891b426dcec19107de1289..4f12508836a45e70bef57762997bf74183873096 100644 (file)
@@ -250,10 +250,9 @@ install-cdp:
 # Allow non-root execution of bsmtp for non-root Directors
 install: $(INSTOOLS)
        @for tool in ${INSTOOLS} ; do \
-          $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) $$tool $(DESTDIR)$(sbindir)/$$tool ; \
+          $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM_ALL) $$tool $(DESTDIR)$(sbindir)/$$tool ; \
        done
 #      chattr +i $(DESTDIR)$(sbindir)/bsmtp
-#      chmod 755 $(DESTDIR)$(sbindir)/bsmtp
 
 install-unittests: $(INSTTESTS)
        @for tool in ${INSTTESTS} ; do \