diff options
author | Bill Nottingham <notting@redhat.com> | 2010-10-28 13:27:48 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-29 16:28:28 +0200 |
commit | c980a27940ac3932b1e2414af52ac9f6ec235ada (patch) | |
tree | 01100a468d8fb65dd6f3c87872e318c9f6d1bd97 /Makefile.am | |
parent | 90d2e58ae9cc51f65dc2edce4ce93cff8030902b (diff) |
Fedora: Make systemunitdir/graphical.target.wants on 'make install'.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3c65febb50..80a9207bb2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1046,6 +1046,7 @@ 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/basic.target.wants \ $(DESTDIR)$(pkgsysconfdir)/system/local-fs.target.wants \ |