Skip to content

Commit

Permalink
Merge pull request #623 from mariux64/update-sudo-from-1.8.20p2-to-1.…
Browse files Browse the repository at this point in the history
…8.22

Update Sudo from 1.8.20p2 to 1.8.22 and make it FHS 3.0 compliant
  • Loading branch information
donald authored Feb 19, 2018
2 parents ec7eeb5 + c3e5bb5 commit 321ce2b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions sudo.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION sudo-1.8.20_p2-0
# BEE_VERSION sudo-1.8.22-0

SRCURL[0]="https://www.sudo.ws/sudo/dist/sudo-${PKGVERSION}${PKGEXTRAVERSION:+${PKGEXTRAVERSION}}.tar.gz"

Expand All @@ -24,9 +24,10 @@ PATCHURL[0]=""
# bee_patch ${@}
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--with-rundir=/run/sudo
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit 321ce2b

Please sign in to comment.