From: Kern Sibbald Date: Sat, 25 Jan 2003 18:09:27 +0000 (+0000) Subject: Update gentoo Makefile.in X-Git-Tag: Release-1.30~145 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5be86daebd2a78dcbc6c6a3c40ebd6e7740d41ca;p=bacula%2Fbacula Update gentoo Makefile.in git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@322 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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