[arch-commits] CVS update of arch/build/system/sudo (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sun Jul 29 07:28:00 UTC 2007


    Date: Sunday, July 29, 2007 @ 03:28:00
  Author: tpowa
    Path: /home/cvs-arch/arch/build/system/sudo

Modified: PKGBUILD (1.22 -> 1.23)

'upgpkg: fixed insults'


----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Index: arch/build/system/sudo/PKGBUILD
diff -u arch/build/system/sudo/PKGBUILD:1.22 arch/build/system/sudo/PKGBUILD:1.23
--- arch/build/system/sudo/PKGBUILD:1.22	Fri Jul 27 16:01:07 2007
+++ arch/build/system/sudo/PKGBUILD	Sun Jul 29 03:27:59 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.22 2007/07/27 20:01:07 tpowa Exp $
+# $Id: PKGBUILD,v 1.23 2007/07/29 07:27:59 tpowa Exp $
 # Maintainer: Judd Vinet <jvinet at zeroflux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 pkgname=sudo
 pkgver=1.6.9p1
-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/"
@@ -19,7 +19,7 @@
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \
-    --with-editor=/usr/bin/vi --enable-all-insults
+    --with-editor=/usr/bin/vi --enable-all-insults --with-insults
   make || return 1
   make DESTDIR=$startdir/pkg install
   install -D -m644 $startdir/src/sudo.pam $startdir/pkg/etc/pam.d/sudo




More information about the arch-commits mailing list