sudo: updated to 1.6.9p4

This commit is contained in:
Simone Rota 2007-08-29 11:05:54 +02:00
parent f135f0938c
commit d1f4894563
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
b29893c06192df6230dd5f340f3badf5 sudo-1.6.8p12.tar.gz
5439d24b48db69d2b6b42e97b47fdfd6 sudo-1.6.9p4.tar.gz

View File

@ -5,13 +5,13 @@
# Depends on:
name=sudo
version=1.6.8p12
version=1.6.9p4
release=1
source=(http://www.sudo.ws/$name/dist/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --libexecdir=/usr/lib
./configure --prefix=/usr --libexecdir=/usr/lib --without-pam
make
install -d $PKG/{etc,usr/{bin,sbin}}
make DESTDIR=$PKG install