From 9bb1d5048508c15d20999d9947f7e1d610f1c3b0 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 5 Dec 2019 11:16:01 +0100 Subject: [PATCH] util-linux: prevent chown 0:0 on install - needless to say it's not needed --- util-linux.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/util-linux.be0 b/util-linux.be0 index 2a147106a..7a42c2fd9 100755 --- a/util-linux.be0 +++ b/util-linux.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION util-linux-2.34-1 +# BEE_VERSION util-linux-2.34-2 SRCURL[0]="https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v${PKGVERSION}/util-linux-${PKGVERSION}.tar.xz" @@ -29,10 +29,10 @@ mee_configure() { --disable-nologin \ --disable-login \ --disable-su \ - --disable-chfn-chsh + --disable-chfn-chsh \ + --disable-makeinstall-chown } - #mee_build() { # bee_build #}