From d33564292f0cb45c42454514797c6da1fc1de178 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Tue, 8 Aug 2006 21:15:56 +0000 Subject: * bus/Makefile.am (install-data-hook): removed the slash after $(DESTDIR) so we don't get the double slash which does not work in windows (patch from Andras Porjesz --- bus/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bus') diff --git a/bus/Makefile.am b/bus/Makefile.am index 259b9199..9815bfd8 100644 --- a/bus/Makefile.am +++ b/bus/Makefile.am @@ -92,9 +92,9 @@ clean-local: /bin/rm *.bb *.bbg *.da *.gcov || true install-data-hook: - $(mkinstalldirs) $(DESTDIR)/$(localstatedir)/run/dbus - $(mkinstalldirs) $(DESTDIR)/$(configdir)/system.d - $(mkinstalldirs) $(DESTDIR)/$(datadir)/dbus-1/services + $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run/dbus + $(mkinstalldirs) $(DESTDIR)$(configdir)/system.d + $(mkinstalldirs) $(DESTDIR)$(datadir)/dbus-1/services #### Init scripts fun SCRIPT_IN_FILES=messagebus.in \ -- cgit