wok diff sudo/receipt @ rev 1793
bristuff/asterisk: add asterisk-addon config files
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 30 19:51:02 2008 +0000 (2008-11-30) |
parents | 10710b8535bc |
children | 8a74d5a16526 |
line diff
1.1 --- a/sudo/receipt Thu Jul 24 12:27:06 2008 +0000 1.2 +++ b/sudo/receipt Sun Nov 30 19:51:02 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 }