Skip to content

Commit

Permalink
linux-5.3: Force files to bin:bin
Browse files Browse the repository at this point in the history
Use BEE_FORCE_UID and BEE_FORCE_GID to allow unprivileged builds.
  • Loading branch information
donald committed Sep 23, 2019
1 parent ffa496c commit a6bb5e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux-5.3-291.bee
Original file line number Diff line number Diff line change
@@ -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}
Expand Down

0 comments on commit a6bb5e3

Please sign in to comment.