wok diff sudo/receipt @ rev 1513

acpid: unused files removed
author Dominique Corbex <domcox@users.sourceforge.net>
date Mon Oct 06 19:17:13 2008 +0200 (2008-10-06)
parents 10710b8535bc
children 8a74d5a16526
line diff
     1.1 --- a/sudo/receipt	Thu Jul 24 12:27:06 2008 +0000
     1.2 +++ b/sudo/receipt	Mon Oct 06 19:17:13 2008 +0200
     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  }