wok diff ntfs-3g/receipt @ rev 19661

Up openssl (1.0.2k)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 28 13:51:03 2017 +0200 (2017-01-28)
parents c9e270dd464f
children 05abe0736674
line diff
     1.1 --- a/ntfs-3g/receipt	Thu Apr 23 16:47:39 2015 +0300
     1.2 +++ b/ntfs-3g/receipt	Sat Jan 28 13:51:03 2017 +0200
     1.3 @@ -45,11 +45,11 @@
     1.4  # Pre remove and post install commands for Tazpkg.
     1.5  pre_remove()
     1.6  {
     1.7 -	sed -i '/^$PACKAGE$/d' $1/etc/filesystems
     1.8 +	sed -i '/^$PACKAGE$/d' "$1/etc/filesystems"
     1.9  }
    1.10  
    1.11  post_install()
    1.12  {
    1.13 -	grep -qs ^$PACKAGE$ $1/etc/filesystems || \
    1.14 -		echo "$PACKAGE" >> $1/etc/filesystems
    1.15 +	grep -qs ^$PACKAGE$ "$1/etc/filesystems" || \
    1.16 +		echo "$PACKAGE" >> "$1/etc/filesystems"
    1.17  }