wok-undigest rev 344

thttpd: fix stuff path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 15 16:24:53 2011 +0200 (2011-06-15)
parents 5ce706e2f581
children e7730ab4350e
files thttpd/receipt
line diff
     1.1 --- a/thttpd/receipt	Wed Jun 15 16:18:23 2011 +0200
     1.2 +++ b/thttpd/receipt	Wed Jun 15 16:24:53 2011 +0200
     1.3 @@ -14,7 +14,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	patch -p1 -i ../stuff/htpassword.c.u || exit 1
     1.8 +	patch -p1 -i $stuff/htpassword.c.u || exit 1
     1.9  	./configure \
    1.10  		--prefix=/usr \
    1.11  		--infodir=/usr/share/info \