wok-next diff slitaz-tango-icon/receipt @ rev 20727
python-gevent-psycopg2: fix error "urllib2.HTTPError: HTTP Error 403: SSL is required"
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon May 28 15:32:33 2018 +0300 (2018-05-28) |
parents | 92f6d4a38df0 |
children | cd7906120828 |
line diff
1.1 --- a/slitaz-tango-icon/receipt Thu Oct 16 19:38:39 2014 +0000 1.2 +++ b/slitaz-tango-icon/receipt Mon May 28 15:32:33 2018 +0300 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 }