wok-next diff midori/receipt @ rev 18709
grub2: CVE-2015-8370 fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 16 17:54:07 2015 +0100 (2015-12-16) |
parents | 5d53e8ccbc8d |
children | ea3c4b76ea5d |
line diff
1.1 --- a/midori/receipt Thu Jan 08 02:04:05 2015 +0200 1.2 +++ b/midori/receipt Wed Dec 16 17:54:07 2015 +0100 1.3 @@ -63,7 +63,7 @@ 1.4 # desktop files 1.5 cp -a $install/usr/share/applications $fs/usr/share 1.6 find $fs -name '*.desktop' -exec sed -i \ 1.7 - '/^Version/d; /^GenericName/d; /^X-/d; /^Name\[.*\]=Midori/d; \ 1.8 + '/^Version/d; /^GenericName/d; /^X-/d; \ 1.9 /^Actions=/d' \{\} \; 1.10 desktop=$fs/usr/share/applications/midori.desktop 1.11 lastline=$(expr $(grep -n '^\[Desktop Action TabNew\]' $desktop | \