wok-next diff autofs/receipt @ rev 19105

Add florence
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed May 04 21:51:37 2016 +0200 (2016-05-04)
parents 380ffe05937a
children 7f39549720b8
line diff
     1.1 --- a/autofs/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/autofs/receipt	Wed May 04 21:51:37 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  }