From abeb877ccaf89e81d7af2fbe38fbe10a82d2daeb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 2 Jun 2015 08:25:05 +0200 Subject: [PATCH] sudo: move to usr/bin. --- srcpkgs/sudo/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sudo/template b/srcpkgs/sudo/template index 040a7f5f837..262c221f6e3 100644 --- a/srcpkgs/sudo/template +++ b/srcpkgs/sudo/template @@ -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"