summaryrefslogtreecommitdiffstats
path: root/patches/systemd-20/0004-create-dbussystemservicedir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/systemd-20/0004-create-dbussystemservicedir.patch')
-rw-r--r--patches/systemd-20/0004-create-dbussystemservicedir.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/patches/systemd-20/0004-create-dbussystemservicedir.patch b/patches/systemd-20/0004-create-dbussystemservicedir.patch
new file mode 100644
index 000000000..ad134a7ed
--- /dev/null
+++ b/patches/systemd-20/0004-create-dbussystemservicedir.patch
@@ -0,0 +1,21 @@
+( cd /home/rsc/svn/oselas/bsp/pengutronix/OSELAS.BSP-Pengutronix-Generic-trunk/platform-versatilepb/packages/systemd-10/usr/share/dbus-1/services && \
+ rm -f org.freedesktop.systemd1.service && \
+ ln -s ../system-services/org.freedesktop.systemd1.service org.freedesktop.systemd1.service )
+/bin/sh: line 0: cd: /home/rsc/svn/oselas/bsp/pengutronix/OSELAS.BSP-Pengutronix-Generic-trunk/platform-versatilepb/packages/systemd-10/usr/share/dbus-1/services: No such file or directory
+
+---
+ Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+Index: systemd-18/Makefile.am
+===================================================================
+--- systemd-18.orig/Makefile.am
++++ systemd-18/Makefile.am
+@@ -1161,6 +1161,7 @@ install-data-hook:
+ $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants \
+ $(DESTDIR)$(pkgsysconfdir)/system/getty.target.wants \
+ $(DESTDIR)$(pkgsysconfdir)/user \
++ $(DESTDIR)$(dbussessionservicedir) \
+ $(DESTDIR)$(sysconfdir)/xdg/systemd
+ ( cd $(DESTDIR)$(sysconfdir)/xdg/systemd/ && \
+ rm -f user && \