From: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> We haven't installed these files since three years. Hopefully they will work. Signed-off-by: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> --- bash-completion/Makemodule.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bash-completion/Makemodule.am b/bash-completion/Makemodule.am index 56fdd32..89ae8dd 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 -- 1.8.4.5 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html