From 43aa226daf2abe7af37d86379b4bf69efbc03f78 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 15 May 2010 23:15:10 +0200 Subject: [PATCH] install: create both session/system unit dirs, even if empty --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.30.2