From 5be86daebd2a78dcbc6c6a3c40ebd6e7740d41ca Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 25 Jan 2003 18:09:27 +0000 Subject: [PATCH 1/1] Update gentoo Makefile.in git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@322 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/platforms/gentoo/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bacula/platforms/gentoo/Makefile.in b/bacula/platforms/gentoo/Makefile.in index 55255993e0..4f7123cb78 100644 --- a/bacula/platforms/gentoo/Makefile.in +++ b/bacula/platforms/gentoo/Makefile.in @@ -20,15 +20,15 @@ install-autostart: install-autostart-fd install-autostart-sd install-autostart-d install-autostart-fd: - @$(INSTALL) -d -m 744 bacula-fd $(DESTDIR)/etc/init.d/bacula-fd + @$(INSTALL) -m 744 bacula-fd $(DESTDIR)/etc/init.d/bacula-fd install-autostart-sd: - @$(INSTALL) -d -m 744 bacula-sd $(DESTDIR)/etc/init.d/bacula-sd + @$(INSTALL) -m 744 bacula-sd $(DESTDIR)/etc/init.d/bacula-sd install-autostart-dir: - @$(INSTALL) -d -m 744 bacula-dir $(DESTDIR)/etc/init.d/bacula-dir + @$(INSTALL) -m 744 bacula-dir $(DESTDIR)/etc/init.d/bacula-dir uninstall: uninstall-autostart -- 2.39.2