wok diff nagios/receipt @ rev 20495

Up firefox-official-* (62.0.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 28 16:56:56 2018 +0100 (2018-10-28)
parents 4ed9d8ca19d9
children a78610b2eb47
line diff
     1.1 --- a/nagios/receipt	Wed Jun 13 07:19:54 2018 +0000
     1.2 +++ b/nagios/receipt	Sun Oct 28 16:56:56 2018 +0100
     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 \