summaryrefslogtreecommitdiffstats
path: root/patches/systemd-20/0004-create-dbussystemservicedir.patch
blob: ad134a7ed81e40793627ab5df2919f3907e69fdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 && \