diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-01-19 00:11:36 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-01-19 01:02:30 +0100 |
commit | 0fa57908e1b159867299261bc46c7a03629709e4 (patch) | |
tree | bde1826fde0d89537afc1cd78add6670f2628c98 /Makefile.am | |
parent | d6a195a3c373f67632cb98d6e6e14f974ef062f9 (diff) |
build-sys: prune the list of directories we create on install
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 25d99950ff..c57ea0dce4 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 \ |