wok diff sheerdns/receipt @ rev 11351

get-flash-plugin: Add support to use /etc/slitaz/slitaz.conf file if it exist. If $INSTALLED doesn't exist, assign it to /var/lib/tazpkg/installed.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Nov 29 11:53:47 2011 +0000 (2011-11-29)
parents ede0167feac1
children 3b4e4318134e
line diff
     1.1 --- a/sheerdns/receipt	Tue Feb 17 21:13:23 2009 +0000
     1.2 +++ b/sheerdns/receipt	Tue Nov 29 11:53:47 2011 +0000
     1.3 @@ -15,9 +15,9 @@
     1.4  {
     1.5  	mv $PACKAGE $src 2> /dev/null
     1.6  	cd $src
     1.7 -	for i in $( cd ../stuff ; ls *.u); do
     1.8 +	for i in $( cd $stuff ; ls *.u); do
     1.9  		[ -f done.$i ] && continue
    1.10 -		patch -p0 < ../stuff/$i
    1.11 +		patch -p0 < $stuff/$i
    1.12  		touch done.$i
    1.13  	done
    1.14  	make