]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typos in RedHat Makefile.in
authorKern Sibbald <kern@sibbald.com>
Mon, 15 Mar 2004 10:54:28 +0000 (10:54 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 15 Mar 2004 10:54:28 +0000 (10:54 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1136 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/platforms/redhat/Makefile.in

index aa8b9f0d93c349eddcec6a6af84cefbb85ac50cb..b99c29d2d8ca2fc28c66eb6d187c3b7f282d461e 100644 (file)
@@ -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
-