wok diff busybox-pam/receipt @ rev 8137

Added elfutils and lesstif to ddd depends. Added lesstif-dev to ddd build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 24 21:58:17 2011 +0000 (2011-01-24)
parents a3501d98b7a1
children 1867cba0ced3
line diff
     1.1 --- a/busybox-pam/receipt	Mon Dec 13 12:44:48 2010 +0100
     1.2 +++ b/busybox-pam/receipt	Mon Jan 24 21:58:17 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="busybox-pam"
     1.7 -VERSION="1.17.4"
     1.8 +VERSION="1.18.1"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -23,3 +23,8 @@
    1.13  {
    1.14      tazpkg get-install  ${PACKAGE%-pam}
    1.15  }
    1.16 +
    1.17 +post_install()
    1.18 +{
    1.19 +    chmod 4755 $1/bin/busybox
    1.20 +}