From f6924f1697ef6aa17e3a7f2e5c74a97c062fe13b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 2 May 2015 08:51:39 +0200 Subject: [PATCH] Do not install aliases for units. --- Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 255b50665..7e7f29a21 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) -- 2.30.2