From 8af8a990bf99c6e0e76a3bedaaca05f464d5ee1d Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 15 Mar 2004 10:54:28 +0000 Subject: [PATCH] Fix typos in RedHat Makefile.in git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1136 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/platforms/redhat/Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 - -- 2.39.5