# HG changeset patch # User Pascal Bellard # Date 1329167027 -3600 # Node ID 3ae84f4269b59ea58d75f3cb7a18a1d946bcb02a # Parent 6d1361c333f4966bc449c751bd6089f8cbeaa872 syslinux: fix post_install diff -r 6d1361c333f4 -r 3ae84f4269b5 syslinux/receipt --- a/syslinux/receipt Mon Feb 13 09:56:04 2012 +0100 +++ b/syslinux/receipt Mon Feb 13 22:03:47 2012 +0100 @@ -76,5 +76,5 @@ # Pre and post install commands for Tazpkg. post_install() { - sed -i "s/-XXXXXXXX/-$(date +%Y%m%d)/" $1/boot/isolinux/isolinux.cfg + sed -i "s/XXXXXXXX/$(date +%Y%m%d)/" $1/boot/isolinux/isolinux.cfg }