]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
* bus/Makefile.am (install-data-hook): removed the slash after
authorJohn (J5) Palmieri <johnp@redhat.com>
Tue, 8 Aug 2006 21:15:56 +0000 (21:15 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Tue, 8 Aug 2006 21:15:56 +0000 (21:15 +0000)
  $(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>

ChangeLog
bus/Makefile.am

index 405d1686c79b3e3982a50363c7942a51b88dbf28..87b0589e88833eb0c2c44a9e4cb85c6671d9eb93 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
+
+       * 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>
+
 2006-08-08  John (J5) Palmieri  <johnp@redhat.com>
 
        * dbus/dbus-sysdeps.h:
index 259b91995607165871fad54acd328a2bf33da327..9815bfd85ff76318c749e9dd5f40cae0571bd227 100644 (file)
@@ -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 \