X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fplatforms%2Fredhat%2FMakefile.in;h=09c37f7c702c0c2d1a5072e2e7b0fb1cf6e619e3;hb=4cf8a120b2fbf4ca2bbc35af8d5e2ad3141eb203;hp=aa8b9f0d93c349eddcec6a6af84cefbb85ac50cb;hpb=7d7556494b3f89a73fece48285ec511e5a73731a;p=bacula%2Fbacula diff --git a/bacula/platforms/redhat/Makefile.in b/bacula/platforms/redhat/Makefile.in index aa8b9f0d93..09c37f7c70 100644 --- a/bacula/platforms/redhat/Makefile.in +++ b/bacula/platforms/redhat/Makefile.in @@ -8,7 +8,7 @@ # INSTALL = @INSTALL@ -INSTALL_PROGRAM = "@INSTALL_PROGRAM@ -m 754" +INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 754 nothing: @@ -17,7 +17,7 @@ install: install-autostart install-autostart: install-autostart-fd install-autostart-sd install-autostart-dir install_logrotate: - @$(INSTALL_PROGRAM) ../../scripts/logrotate $(DESTDIR)/etc/logrotate.d/bacula + @$(INSTALL_PROGRAM) ../../scripts/logrotate $(DESTDIR)/etc/logrotate.d/bacula install-autostart-fd: @if test x$(DESTDIR) = x -a -f /etc/rc.d/init.d/bacula-fd; then \ @@ -84,9 +84,7 @@ clean: distclean: clean @rm -f Makefile bacula-*.spec bacula.*.spec bacula.spec @rm -f bacula-sd bacula-fd bacula-dir - @rm -rf CVS devclean: clean @rm -f Makefile bacula-*.spec bacula.*.spec bacula.spec @rm -f bacula-sd bacula-fd bacula-dir -