wok diff busybox-pam/receipt @ rev 7792

Add makeself. Utility to create self-extracting packages. Needed to build virtualbox-ose 4.0.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Dec 24 02:48:32 2010 +0000 (2010-12-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	Fri Dec 24 02:48:32 2010 +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 +}