wok rev 1687

syslinux: update date in splash
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 10 11:09:12 2008 +0000 (2008-11-10)
parents 38785c491325
children 20bde378c097
files syslinux/receipt
line diff
     1.1 --- a/syslinux/receipt	Sun Nov 09 23:12:30 2008 +0000
     1.2 +++ b/syslinux/receipt	Mon Nov 10 11:09:12 2008 +0000
     1.3 @@ -10,6 +10,7 @@
     1.4  WGET_URL="ftp://ftp.kernel.org/pub/linux/boot/syslinux/$TARBALL"
     1.5  BUILD_DEPENDS="kbd-base perl"
     1.6  DEPENDS="gpxe"
     1.7 +CONFIG_FILES="/boot/isolinux"
     1.8  
     1.9  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.10  compile_rules()
    1.11 @@ -59,3 +60,8 @@
    1.12      done
    1.13  }
    1.14  
    1.15 +# Pre and post install commands for Tazpkg.
    1.16 +post_install()
    1.17 +{
    1.18 +    sed -i "s/-XXXXXXXX/-$(date +%Y%m%d)/" $1/boot/isolinux/isolinux.msg
    1.19 +}