Skip to content

Update Sudo from 1.8.20p2 to 1.8.22 and make it FHS 3.0 compliant #623

Merged
merged 3 commits into from
Feb 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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