From: Eric Bollengier Date: Tue, 3 May 2022 13:09:33 +0000 (+0200) Subject: Fix org#2659 Install dbcheck and bsmtp in 755 X-Git-Tag: Release-13.0.0~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b0695cf1796b69a54f98e7b9f92d7017eeb9612;p=thirdparty%2Fbacula.git Fix org#2659 Install dbcheck and bsmtp in 755 --- diff --git a/bacula/src/tools/Makefile.in b/bacula/src/tools/Makefile.in index f849f3165..4f1250883 100644 --- a/bacula/src/tools/Makefile.in +++ b/bacula/src/tools/Makefile.in @@ -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 \