summaryrefslogtreecommitdiff
path: root/sudo
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2007-09-13 18:32:55 +0200
committerSimone Rota <sip@crux.nu>2007-09-13 18:32:55 +0200
commitc3fcc22eedc6cbc9f34d76be6eb256647a6ceaf5 (patch)
treeac41c324be5ed1fac819ff67318409d1c0c73e3d /sudo
parent20a6651880af38ae73a1da65e5adb4426ba4d848 (diff)
downloadopt-c3fcc22eedc6cbc9f34d76be6eb256647a6ceaf5.tar.gz
opt-c3fcc22eedc6cbc9f34d76be6eb256647a6ceaf5.tar.xz
sudo: updated to 1.6.9p5
Diffstat (limited to 'sudo')
-rw-r--r--sudo/.md5sum2
-rw-r--r--sudo/Pkgfile4
2 files changed, 3 insertions, 3 deletions
diff --git a/sudo/.md5sum b/sudo/.md5sum
index 31ab67b2e..51ee3f7d1 100644
--- a/sudo/.md5sum
+++ b/sudo/.md5sum
@@ -1 +1 @@
-5439d24b48db69d2b6b42e97b47fdfd6 sudo-1.6.9p4.tar.gz
+2db485a444dc6b26a3712be0dbf343f6 sudo-1.6.9p5.tar.gz
diff --git a/sudo/Pkgfile b/sudo/Pkgfile
index 456914628..9f39e39af 100644
--- a/sudo/Pkgfile
+++ b/sudo/Pkgfile
@@ -5,13 +5,13 @@
# Depends on:
name=sudo
-version=1.6.9p4
+version=1.6.9p5
release=1
source=(http://www.sudo.ws/$name/dist/$name-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr --libexecdir=/usr/lib --without-pam
+ ./configure --mandir=/usr/man --prefix=/usr --libexecdir=/usr/lib --without-pam
make
install -d $PKG/{etc,usr/{bin,sbin}}
make DESTDIR=$PKG install

Generated by cgit