From: Karel Zak Date: Tue, 4 Jan 2022 11:05:58 +0000 (+0100) Subject: build-sys: install lastb bash-completion X-Git-Tag: v2.38-rc1~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c18ed0a6e681311c031a173a8a7f10d70ab33011;p=thirdparty%2Futil-linux.git build-sys: install lastb bash-completion Signed-off-by: Karel Zak --- diff --git a/bash-completion/Makemodule.am b/bash-completion/Makemodule.am index c2a222d758..f85211476f 100644 --- a/bash-completion/Makemodule.am +++ b/bash-completion/Makemodule.am @@ -164,6 +164,9 @@ dist_bashcompletion_DATA += \ endif if BUILD_LAST dist_bashcompletion_DATA += bash-completion/last +install-data-hook-bashcomp-lastb:: + ln -sf last $(DESTDIR)$(bashcompletiondir)/lastb +INSTALL_DATA_HOOKS += install-data-hook-bashcomp-lastb endif if BUILD_LSLOGINS dist_bashcompletion_DATA += bash-completion/lslogins