wok diff busybox-static/receipt @ rev 7794

slitaz-tools: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 24 12:02:20 2010 +0100 (2010-12-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	Fri Dec 24 12:02:20 2010 +0100
     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 +}