# HG changeset patch # User Pascal Bellard # Date 1223125807 0 # Node ID 59a23b491383da67fd6a9444443578cf55108ac2 # Parent bbec7b40d74f17d5fe697eb8bcea89cfded4775a Up sudo (1.6.9p17) diff -r bbec7b40d74f -r 59a23b491383 sudo/receipt --- a/sudo/receipt Sat Oct 04 12:56:47 2008 +0000 +++ b/sudo/receipt Sat Oct 04 13:10:07 2008 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sudo" -VERSION="1.6.9p12" +VERSION="1.6.9p17" CATEGORY="security" SHORT_DESC="Sudo (su \"do\") allows a system administrator to delegate authority." MAINTAINER="erjo@slitaz.org" @@ -19,10 +19,10 @@ --without-pam \ --with-editor=/bin/vi \ --libexecdir=/usr/lib \ - $CONFIGURE_ARGS + $CONFIGURE_ARGS && # Build everything - make + make && # Install everything make DESTDIR=$PWD/_pkg install }