wok-6.x diff grub2/receipt @ rev 19411
pcmanfm: scale wallpaper proportionally to the whole screen
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Sep 24 14:08:29 2016 +0300 (2016-09-24) |
parents | 99ae478b6540 |
children | 8154fa30d15b |
line diff
1.1 --- a/grub2/receipt Wed Dec 16 17:54:07 2015 +0100 1.2 +++ b/grub2/receipt Sat Sep 24 14:08:29 2016 +0300 1.3 @@ -19,7 +19,7 @@ 1.4 compile_rules() 1.5 { 1.6 # CVE-2015-8370 1.7 - sed -i "s/'.b'/& \&\& cur_len/" grub-core/lib/crypto.c grub-core/normal/auth.c 1.8 + sed -i "s/'.b'/& \\&\\& cur_len/" grub-core/lib/crypto.c grub-core/normal/auth.c 1.9 1.10 # Fixes for flex 2.5.37 1.11 export CFLAGS="-Wno-error=sign-compare"