# HG changeset patch # User Pascal Bellard # Date 1226315352 0 # Node ID e53e6a788414198cec612b6f9d4489eeafcacb26 # Parent 38785c4913258255830d6f578ee50c44a1f21141 syslinux: update date in splash diff -r 38785c491325 -r e53e6a788414 syslinux/receipt --- a/syslinux/receipt Sun Nov 09 23:12:30 2008 +0000 +++ b/syslinux/receipt Mon Nov 10 11:09:12 2008 +0000 @@ -10,6 +10,7 @@ WGET_URL="ftp://ftp.kernel.org/pub/linux/boot/syslinux/$TARBALL" BUILD_DEPENDS="kbd-base perl" DEPENDS="gpxe" +CONFIG_FILES="/boot/isolinux" # Rules to gen a SliTaz package suitable for Tazpkg. compile_rules() @@ -59,3 +60,8 @@ done } +# Pre and post install commands for Tazpkg. +post_install() +{ + sed -i "s/-XXXXXXXX/-$(date +%Y%m%d)/" $1/boot/isolinux/isolinux.msg +}