wok diff slitaz-tango-icon/receipt @ rev 19983

Up openvpn (2.3.17)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 22 17:37:32 2017 +0200 (2017-06-22)
parents 92f6d4a38df0
children 15e8d94fc34f
line diff
     1.1 --- a/slitaz-tango-icon/receipt	Thu Oct 16 19:38:39 2014 +0000
     1.2 +++ b/slitaz-tango-icon/receipt	Thu Jun 22 17:37:32 2017 +0200
     1.3 @@ -22,10 +22,10 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	sed '/Inherits=/s|=.*$|=Tango|' -i $1/$qtfix
     1.8 +	sed '/Inherits=/s|=.*$|=Tango|' -i "$1/$qtfix"
     1.9  }
    1.10  
    1.11  pre_remove()
    1.12  {
    1.13 -	sed '/Inherits=/s|=.*$|=SliTaz|' -i $1/$qtfix
    1.14 +	sed '/Inherits=/s|=.*$|=SliTaz|' -i "$1/$qtfix"
    1.15  }