wok diff oxygen-icons/receipt @ rev 18998

gst-ffmpeg: --disable-encoders
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Mar 19 19:13:16 2016 +0100 (2016-03-19)
parents 92f6d4a38df0
children 40fab26c175d
line diff
     1.1 --- a/oxygen-icons/receipt	Thu Oct 16 19:38:39 2014 +0000
     1.2 +++ b/oxygen-icons/receipt	Sat Mar 19 19:13:16 2016 +0100
     1.3 @@ -24,10 +24,10 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	sed '/Inherits=/s|=.*$|=oxygen|' -i $1/$qtfix
     1.8 +	sed '/Inherits=/s|=.*$|=oxygen|' -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  }