wok diff busybox-static/receipt @ rev 8124

Up: openssh to 5.7p1.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 24 08:10:30 2011 +0000 (2011-01-24)
parents 1a1bfecb4881
children 1867cba0ced3
line diff
     1.1 --- a/busybox-static/receipt	Tue Nov 23 03:15:08 2010 +0000
     1.2 +++ b/busybox-static/receipt	Mon Jan 24 08:10:30 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="busybox-static"
     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 @@ -16,3 +16,8 @@
    1.13      mkdir -p $fs/usr/share/boot
    1.14      cp -a $src/busybox-static $fs/usr/share/boot
    1.15  }
    1.16 +
    1.17 +post_install()
    1.18 +{
    1.19 +    chmod 4755 $1/usr/share/boot/busybox-static
    1.20 +}