wok diff nagios/receipt @ rev 9845

Add: apache-mod-wsgi'
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun May 15 23:51:51 2011 +0200 (2011-05-15)
parents 4f4c492f22a1
children 4b13ba353944
line diff
     1.1 --- a/nagios/receipt	Sun Feb 27 06:33:45 2011 +0000
     1.2 +++ b/nagios/receipt	Sun May 15 23:51:51 2011 +0200
     1.3 @@ -18,13 +18,13 @@
     1.4  	cd $src
     1.5  	while read patch_file; do
     1.6  		if [ ! -f done.$patch_file ]; then
     1.7 -			patch -p1 < ../stuff/$patch_file || return 1
     1.8 +			patch -p1 < $stuff/$patch_file || return 1
     1.9  			touch done.$patch_file
    1.10  		fi
    1.11  	done <<EOT
    1.12  $PACKAGE-$VERSION-Makefiles.u
    1.13  EOT
    1.14 -	#patch -p1 < ../stuff/nagios-3.2.1-Makefiles.u || return 1
    1.15 +	#patch -p1 < $stuff/nagios-3.2.1-Makefiles.u || return 1
    1.16  	./configure \
    1.17  		--prefix=/usr \
    1.18  		--infodir=/usr/share/info \