From: Kern Sibbald Date: Mon, 15 Mar 2004 10:54:28 +0000 (+0000) Subject: Fix typos in RedHat Makefile.in X-Git-Tag: Release-1.34.0~48 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a2a0b760f7c28a653233d8a893240c9c8d514fd5;p=bacula%2Fbacula Fix typos in RedHat Makefile.in git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1136 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/platforms/redhat/Makefile.in b/bacula/platforms/redhat/Makefile.in index aa8b9f0d93..b99c29d2d8 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 \ @@ -89,4 +89,3 @@ distclean: clean devclean: clean @rm -f Makefile bacula-*.spec bacula.*.spec bacula.spec @rm -f bacula-sd bacula-fd bacula-dir -