wok diff nagios/receipt @ rev 20382

xorg-xf86-video-fbdev: hack for xorg-server 1.12.4 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 15 22:08:20 2018 +0200 (2018-06-15)
parents 4ed9d8ca19d9
children a78610b2eb47
line diff
     1.1 --- a/nagios/receipt	Wed Jun 13 07:19:54 2018 +0000
     1.2 +++ b/nagios/receipt	Fri Jun 15 22:08:20 2018 +0200
     1.3 @@ -17,14 +17,13 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8  	while read patch_file; do
     1.9  		if [ ! -f done.$patch_file ]; then
    1.10  			patch -p1 < $stuff/$patch_file || return 1
    1.11  			touch done.$patch_file
    1.12  		fi
    1.13  	done <<EOT
    1.14 -$PACKAGE-$VERSION-Makefiles.u
    1.15 +$PACKAGE-Makefiles.u
    1.16  EOT
    1.17  	./configure \
    1.18  		--prefix=/usr \