wok diff cookutils/receipt @ rev 17810
syslinux/iso2exe: one boot checksum only
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 21 11:15:53 2015 +0100 (2015-03-21) |
parents | a238c68cf167 |
children | 312789c75d5d |
line diff
1.1 --- a/cookutils/receipt Thu Nov 27 16:41:05 2014 +0200 1.2 +++ b/cookutils/receipt Sat Mar 21 11:15:53 2015 +0100 1.3 @@ -36,7 +36,7 @@ 1.4 # Pre and post install commands for Tazpkg. 1.5 post_install() 1.6 { 1.7 - case "$(cat $1/etc/hostname)" in 1.8 + case "$(cat $1/etc/hostname 2> /dev/null)" in 1.9 tank*) 1.10 if ! chroot $1/ tazpkg list | grep -q aufs ; then 1.11 tazpkg get-install aufs --root=$1/