wok-stable diff busybox-static/receipt @ rev 7822

Fixed src and _pkg paths in dvdauthor.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Dec 26 00:41:27 2010 +0000 (2010-12-26)
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	Sun Dec 26 00:41:27 2010 +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 +}