wok diff autofs/receipt @ rev 19234

httpfs-fuse-static: add fusermount (static)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 25 13:38:04 2016 +0200 (2016-06-25)
parents 380ffe05937a
children 7f39549720b8
line diff
     1.1 --- a/autofs/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/autofs/receipt	Sat Jun 25 13:38:04 2016 +0200
     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  }