wok-next diff sudo/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 10df65db91ad
children
line diff
     1.1 --- a/sudo/receipt	Thu Apr 19 13:15:41 2018 +0300
     1.2 +++ b/sudo/receipt	Tue Sep 01 10:31:46 2020 +0000
     1.3 @@ -4,15 +4,15 @@
     1.4  VERSION="1.8.20p2"
     1.5  CATEGORY="security"
     1.6  SHORT_DESC="Execute a command as another user"
     1.7 -MAINTAINER="erjo@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="ISC"
    1.10  WEB_SITE="https://www.sudo.ws/"
    1.11  
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13  WGET_URL="${WEB_SITE}dist/$TARBALL"
    1.14  
    1.15 -BUILD_DEPENDS="gettext groff pam-dev"
    1.16 -SPLIT="sudo sudo-dev sudo-pam:pam sudo-pam-dev:pam"
    1.17 +BUILD_DEPENDS="gettext-dev groff pam-dev"
    1.18 +SPLIT="$PACKAGE-dev $PACKAGE-pam:pam $PACKAGE-pam-dev:pam"
    1.19  
    1.20  compile_rules() {
    1.21  	case $SET in