From a6bb5e37a176ac37af334ded592b4fea50b31fa9 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 23 Sep 2019 13:39:35 +0200 Subject: [PATCH] linux-5.3: Force files to bin:bin Use BEE_FORCE_UID and BEE_FORCE_GID to allow unprivileged builds. --- linux-5.3-291.bee | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-5.3-291.bee b/linux-5.3-291.bee index 87840d89e..df0ba85ae 100755 --- a/linux-5.3-291.bee +++ b/linux-5.3-291.bee @@ -1,5 +1,8 @@ #!/bin/env beesh +BEE_FORCE_UID=1 +BEE_FORCE_GID=1 + # note: BEE_MAKEFLAGS="-j $(nproc)" ./linux-xxx.bee KERNELVERSION=${PKGVERSION}