wok diff mist-icon-theme/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 92f6d4a38df0
children 40fab26c175d
line diff
     1.1 --- a/mist-icon-theme/receipt	Thu Oct 16 19:38:39 2014 +0000
     1.2 +++ b/mist-icon-theme/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -26,10 +26,10 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	sed '/Inherits=/s|=.*$|=mist|' -i $1/$qtfix
     1.8 +	sed '/Inherits=/s|=.*$|=mist|' -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  }