From: Lennart Poettering Date: Fri, 18 Jan 2013 23:11:36 +0000 (+0100) Subject: build-sys: prune the list of directories we create on install X-Git-Tag: v198~462 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=0fa57908e1b159867299261bc46c7a03629709e4;ds=sidebyside build-sys: prune the list of directories we create on install --- diff --git a/Makefile.am b/Makefile.am index 25d99950f..c57ea0dce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3967,10 +3967,7 @@ systemd-install-data-hook: $(DESTDIR)$(systemunitdir)/runlevel4.target.wants \ $(DESTDIR)$(systemunitdir)/runlevel5.target.wants \ $(DESTDIR)$(systemunitdir)/multi-user.target.wants \ - $(DESTDIR)$(systemunitdir)/graphical.target.wants \ $(DESTDIR)$(pkgsysconfdir)/system \ - $(DESTDIR)$(pkgsysconfdir)/system/sysinit.target.wants \ - $(DESTDIR)$(pkgsysconfdir)/system/local-fs.target.wants \ $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants \ $(DESTDIR)$(pkgsysconfdir)/system/getty.target.wants \ $(DESTDIR)$(pkgsysconfdir)/user \