summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-05-15 23:15:10 +0200
committerLennart Poettering <lennart@poettering.net>2010-05-15 23:15:10 +0200
commit43aa226daf2abe7af37d86379b4bf69efbc03f78 (patch)
tree954a3daaf48749e003c6665ec67cb73a5a778ff7 /Makefile.am
parentd1ab0ca07372649dad70a0348d75e394f254e1b6 (diff)
install: create both session/system unit dirs, even if empty
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e562b18a2..d79a52395 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -278,6 +278,8 @@ endif
install-data-hook:
$(MKDIR_P) -m 0755 \
+ $(DESTDIR)$(systemunitdir) \
+ $(DESTDIR)$(sessionunitdir) \
$(DESTDIR)$(pkgsysconfdir)/system \
$(DESTDIR)$(pkgsysconfdir)/session \
$(DESTDIR)$(sysconfdir)/xdg/systemd \