wok diff syslinux/receipt @ rev 12005

iron: fixed icon, added description
author Samuel Trassare <samuel_trassare@yahoo.com>
date Mon Mar 05 10:38:40 2012 -0800 (2012-03-05)
parents 204840df8a13
children d423bfd548e3
line diff
     1.1 --- a/syslinux/receipt	Sun Feb 12 14:26:16 2012 +0100
     1.2 +++ b/syslinux/receipt	Mon Mar 05 10:38:40 2012 -0800
     1.3 @@ -76,5 +76,5 @@
     1.4  # Pre and post install commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -    sed -i "s/-XXXXXXXX/-$(date +%Y%m%d)/" $1/boot/isolinux/isolinux.cfg
     1.8 +    sed -i "s/XXXXXXXX/$(date +%Y%m%d)/" $1/boot/isolinux/isolinux.cfg
     1.9  }