wok diff autofs/receipt @ rev 18935

Up mtr (0.86)
author Paul Issott <paul@slitaz.org>
date Sun Feb 28 15:05:55 2016 +0000 (2016-02-28)
parents 380ffe05937a
children 7f39549720b8
line diff
     1.1 --- a/autofs/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/autofs/receipt	Sun Feb 28 15:05:55 2016 +0000
     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  }