mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-27 09:35:52 +07:00
build-sys: create dbussystemservicedir
otherwise building fails if it doesn't exist: ( cd <DESTDIR>/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: <DESTDIR>/usr/share/dbus-1/services: No such file or directory
This commit is contained in:
parent
ec2002f849
commit
e4c1d706bd
@ -1347,6 +1347,7 @@ endif
|
||||
$(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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user