wok diff autofs/receipt @ rev 18757

syslinux: compress c32 modules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 29 08:59:31 2015 +0100 (2015-12-29)
parents 380ffe05937a
children 7f39549720b8
line diff
     1.1 --- a/autofs/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/autofs/receipt	Tue Dec 29 08:59:31 2015 +0100
     1.3 @@ -40,5 +40,5 @@
     1.4  # Pre and post install commands for Tazpkg.
     1.5  post_install()
     1.6  {
     1.7 -	mkdir -p $1/mnt/auto 2> /dev/null
     1.8 +	mkdir -p "$1/mnt/auto" 2>/dev/null
     1.9  }