From 51c18483cd98db045391ee9a0c7b9b6ad5d4ab3a Mon Sep 17 00:00:00 2001 From: root Date: Wed, 15 May 2013 01:14:48 -0700 Subject: Wed May 15 01:14:48 PDT 2013 --- core/sudo/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/sudo/PKGBUILD b/core/sudo/PKGBUILD index 9892da00a..7c1945f54 100644 --- a/core/sudo/PKGBUILD +++ b/core/sudo/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 182700 2013-04-12 23:52:17Z foutrelis $ +# $Id: PKGBUILD 185547 2013-05-14 21:53:57Z foutrelis $ # Maintainer: Evangelos Foutras # Contributor: Allan McRae # Contributor: Tom Newsom @@ -6,7 +6,7 @@ pkgname=sudo _sudover=1.8.6p8 pkgver=${_sudover/p/.p} -pkgrel=1 +pkgrel=2 pkgdesc="Give certain users the ability to run some commands as root" arch=('i686' 'x86_64') url="http://www.sudo.ws/sudo/" @@ -26,6 +26,7 @@ build() { ./configure \ --prefix=/usr \ + --sbindir=/usr/bin \ --libexecdir=/usr/lib \ --with-logfac=auth \ --with-pam \ -- cgit v1.2.3-54-g00ecf