wok-6.x rev 1476
Up sudo (1.6.9p17)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 04 13:10:07 2008 +0000 (2008-10-04) |
parents | bbec7b40d74f |
children | 2a0038b01ed7 |
files | sudo/receipt |
line diff
1.1 --- a/sudo/receipt Sat Oct 04 12:56:47 2008 +0000 1.2 +++ b/sudo/receipt Sat Oct 04 13:10:07 2008 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sudo" 1.7 -VERSION="1.6.9p12" 1.8 +VERSION="1.6.9p17" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Sudo (su \"do\") allows a system administrator to delegate authority." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -19,10 +19,10 @@ 1.13 --without-pam \ 1.14 --with-editor=/bin/vi \ 1.15 --libexecdir=/usr/lib \ 1.16 - $CONFIGURE_ARGS 1.17 + $CONFIGURE_ARGS && 1.18 1.19 # Build everything 1.20 - make 1.21 + make && 1.22 # Install everything 1.23 make DESTDIR=$PWD/_pkg install 1.24 }