wok-next diff grub/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents c2b2f2268068
children d958fec46c9f
line diff
     1.1 --- a/grub/receipt	Tue Dec 29 22:29:56 2015 +0100
     1.2 +++ b/grub/receipt	Sat Jun 09 11:23:42 2018 +0000
     1.3 @@ -16,12 +16,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 -	for i in $stuff/*.diff ; do
     1.9 -		[ -f $(basename $i) ] && continue
    1.10 -		patch -p1 < $i
    1.11 -		touch $(basename $i)
    1.12 -	done
    1.13  	sed -i 's/\[ .grub-probe.*\]/mount | grep $grubdir | grep -q xfs/' \
    1.14  		util/grub-install.in
    1.15  	./configure CC=gcc-3 --prefix=/usr --infodir=/usr/share/info \