From: Ruediger Meier Date: Thu, 17 Mar 2016 10:04:06 +0000 (+0100) Subject: build-sys: install missing bash completions X-Git-Tag: v2.28-rc2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d77202afe0a05c793f565d5cc70221632d007d84;p=thirdparty%2Futil-linux.git build-sys: install missing bash completions We haven't installed these files since three years. Hopefully they will work. Signed-off-by: Ruediger Meier --- diff --git a/bash-completion/Makemodule.am b/bash-completion/Makemodule.am index 56fdd3236a..89ae8ddace 100644 --- a/bash-completion/Makemodule.am +++ b/bash-completion/Makemodule.am @@ -223,6 +223,10 @@ endif if BUILD_LOSETUP dist_bashcompletion_DATA += bash-completion/losetup endif +if BUILD_MOUNT +dist_bashcompletion_DATA += bash-completion/mount +dist_bashcompletion_DATA += bash-completion/umount +endif if BUILD_MOUNTPOINT dist_bashcompletion_DATA += bash-completion/mountpoint endif @@ -237,6 +241,7 @@ dist_bashcompletion_DATA += bash-completion/setpriv endif if BUILD_SWAPON dist_bashcompletion_DATA += bash-completion/swapon +dist_bashcompletion_DATA += bash-completion/swapoff endif if BUILD_UNSHARE dist_bashcompletion_DATA += bash-completion/unshare