sudo: move to usr/bin.
This commit is contained in:
parent
9b3643f682
commit
abeb877cca
1 changed files with 3 additions and 2 deletions
|
@ -1,13 +1,14 @@
|
|||
# Template build file for 'sudo'.
|
||||
pkgname=sudo
|
||||
version=1.8.13
|
||||
revision=1
|
||||
revision=2
|
||||
build_pie=yes
|
||||
lib32disabled=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ignore-dot -with-all-insults --with-env-editor
|
||||
--enable-shell-sets-home --enable-noargs-shell --without-sendmail
|
||||
--with-logfac=auth --disable-root-mailer --enable-pie --with-mdoc"
|
||||
--with-logfac=auth --disable-root-mailer --enable-pie --with-mdoc
|
||||
--sbindir=/usr/bin"
|
||||
hostmakedepends="groff"
|
||||
makedepends="zlib-devel pam-devel"
|
||||
conf_files="/etc/pam.d/sudo /etc/sudoers"
|
||||
|
|
Loading…
Reference in a new issue