wok diff lzma/receipt @ rev 10802

glib-networking: Fixed it to use offical source url. Please remove source tarball on tank or this package will not build.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jun 04 08:51:01 2011 +0000 (2011-06-04)
parents f554e00e7954
children b2c3e949d4ff
line diff
     1.1 --- a/lzma/receipt	Fri May 06 21:16:41 2011 +0000
     1.2 +++ b/lzma/receipt	Sat Jun 04 08:51:01 2011 +0000
     1.3 @@ -24,7 +24,7 @@
     1.4  
     1.5  	cd $src
     1.6  	if [ ! -f done.lzlib.u ]; then
     1.7 -		patch -p0 < ../stuff/lzlib.u || return 1
     1.8 +		patch -p0 < $stuff/lzlib.u || return 1
     1.9  		touch done.lzlib.u
    1.10  	fi
    1.11  	cd CPP/7zip/Compress/LZMA_Alone