Skip to content

Commit

Permalink
Merge pull request #1522 from mariux64/fix-util-linux-2341
Browse files Browse the repository at this point in the history
util-linux: prevent chown 0:0 on install
  • Loading branch information
pmenzel authored Dec 5, 2019
2 parents a60cb76 + 9bb1d50 commit 0e67acb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions util-linux.be0
Original file line number Diff line number Diff line change
@@ -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"

Expand Down Expand Up @@ -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
#}
Expand Down

0 comments on commit 0e67acb

Please sign in to comment.