dbus/bus Makefile.am,1.37,1.38

John Palmieri johnp at kemper.freedesktop.org
Tue Aug 8 14:15:59 PDT 2006


Update of /cvs/dbus/dbus/bus
In directory kemper:/tmp/cvs-serv12402/bus

Modified Files:
	Makefile.am 
Log Message:
* 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
  <andras dot porjesz at siemens dot com>


Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/bus/Makefile.am,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Makefile.am	15 Jun 2005 02:31:38 -0000	1.37
+++ Makefile.am	8 Aug 2006 21:15:56 -0000	1.38
@@ -92,9 +92,9 @@
 	/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 \



More information about the dbus-commit mailing list