wok-current diff syslinux/receipt @ rev 18640

Up tazpkg(876), cookutils(779); change post_install() in pango, slitaz-boot-scripts, syslinux, tazwikiss
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 30 01:53:13 2015 +0200 (2015-11-30)
parents 181af255e428
children c059fdadabdc
line diff
     1.1 --- a/syslinux/receipt	Thu Oct 08 03:44:14 2015 +0300
     1.2 +++ b/syslinux/receipt	Mon Nov 30 01:53:13 2015 +0200
     1.3 @@ -125,6 +125,6 @@
     1.4  # Pre and post install commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	sed "/MENU TITLE SliTaz GNU\/Linux/ s| [0-9X]*$| $(date +%Y%m%d)|" \
     1.8 +	sed -i "/MENU TITLE SliTaz GNU\/Linux/ s| [0-9X]*$| $(date +%Y%m%d)|" \
     1.9  		"$1/boot/isolinux/isolinux.cfg"
    1.10  }