From: Karel Zak Date: Wed, 2 Jun 2021 09:14:36 +0000 (+0200) Subject: build-sys: install hardlink bash-completion X-Git-Tag: v2.38-rc1~491 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab2eea4ac30b81fe29e8d0245e2d2518b71cdc43;p=thirdparty%2Futil-linux.git build-sys: install hardlink bash-completion Signed-off-by: Karel Zak --- diff --git a/bash-completion/Makemodule.am b/bash-completion/Makemodule.am index 6771d06049..c2a222d758 100644 --- a/bash-completion/Makemodule.am +++ b/bash-completion/Makemodule.am @@ -329,5 +329,8 @@ endif if BUILD_UL dist_bashcompletion_DATA += bash-completion/ul endif +if BUILD_HARDLINK +dist_bashcompletion_DATA += bash-completion/hardlink +endif endif # BUILD_BASH_COMPLETION