diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-13 09:16:48 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-13 10:42:32 +0200 |
commit | 278f5525038799c1cab1a4192a5739caaa9a9ead (patch) | |
tree | a40ce327b16fd860fd02bc22ea01344d0e400b3b /recipes/dbus/dbus-1.2.24/fix-install-daemon.patch | |
parent | c6ccb14fa685229c942169d9c8b3e50568f5f3cd (diff) |
dbus: add 1.2.24
Diffstat (limited to 'recipes/dbus/dbus-1.2.24/fix-install-daemon.patch')
-rw-r--r-- | recipes/dbus/dbus-1.2.24/fix-install-daemon.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/dbus/dbus-1.2.24/fix-install-daemon.patch b/recipes/dbus/dbus-1.2.24/fix-install-daemon.patch new file mode 100644 index 0000000000..c31786357d --- /dev/null +++ b/recipes/dbus/dbus-1.2.24/fix-install-daemon.patch @@ -0,0 +1,13 @@ +Index: dbus-0.94/bus/Makefile.am +=================================================================== +--- dbus-0.94.orig/bus/Makefile.am 2006-10-01 17:36:18.000000000 +0200 ++++ dbus-0.94/bus/Makefile.am 2006-10-14 21:40:05.000000000 +0200 +@@ -110,7 +110,7 @@ + $(mkinstalldirs) $(DESTDIR)$(DBUS_DAEMONDIR); \ + chmod 755 $(DESTDIR)$(DBUS_DAEMONDIR); \ + fi +- $(INSTALL_PROGRAM) dbus-daemon $(DESTDIR)$(DBUS_DAEMONDIR) ++ $(INSTALL_PROGRAM) .libs/dbus-daemon $(DESTDIR)$(DBUS_DAEMONDIR) + $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run/dbus + $(mkinstalldirs) $(DESTDIR)$(configdir)/system.d + $(mkinstalldirs) $(DESTDIR)$(datadir)/dbus-1/services |