From 2866c85f502611f2be57bee68d3e5661cf66bf8b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 31 Oct 2019 13:43:38 +0100 Subject: [PATCH] util-linux: Ship bash completion files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert part of the previous commit to ship the bash completion files. Usage of those is disabled by default, and users have to explicitly enable them in their environment, like `~/.bashrc`. Money quote: “Ich find’s trotzdem ’ne Pest.”. Increment revision to 1. --- util-linux.be0 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/util-linux.be0 b/util-linux.be0 index e7f110bfb..2a147106a 100755 --- a/util-linux.be0 +++ b/util-linux.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION util-linux-2.34-0 +# BEE_VERSION util-linux-2.34-1 SRCURL[0]="https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v${PKGVERSION}/util-linux-${PKGVERSION}.tar.xz" @@ -26,7 +26,6 @@ mee_configure() { --disable-nls \ --disable-colors-default \ --disable-silent-rules \ - --disable-bash-completion \ --disable-nologin \ --disable-login \ --disable-su \