diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2015-05-02 08:51:39 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-08-15 22:14:07 +0200 |
commit | f6924f1697ef6aa17e3a7f2e5c74a97c062fe13b (patch) | |
tree | 03704179f7dee22c1c0e05bb0387de4ab12cba96 /Makefile.am | |
parent | c3c80ce405ad2413b553dc4005ac5531bba2d606 (diff) |
Do not install aliases for units.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 255b50665a..7e7f29a210 100644 --- a/Makefile.am +++ b/Makefile.am @@ -207,10 +207,6 @@ install-directories-hook: $(MKDIR_P) $(addprefix $(DESTDIR),$(INSTALL_DIRS)) install-aliases-hook: - set -- $(SYSTEM_UNIT_ALIASES) && \ - dir=$(systemunitdir) && $(install-aliases) - set -- $(USER_UNIT_ALIASES) && \ - dir=$(userunitdir) && $(install-relative-aliases) set -- $(GENERAL_ALIASES) && \ dir= && $(install-relative-aliases) |