wok-current diff weechat/receipt @ rev 9555

busybox/httpd: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 10 14:23:26 2011 +0200 (2011-04-10)
parents 254cdebd32d5
children e9f13767ef1e
line diff
     1.1 --- a/weechat/receipt	Wed Mar 02 02:15:41 2011 +0000
     1.2 +++ b/weechat/receipt	Sun Apr 10 14:23:26 2011 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  	while read file; do
     1.5  		[ -f done.$file ] && continue
     1.6  		echo "Apply $file..."
     1.7 -		patch -p1 < ../stuff/$file || return 1
     1.8 +		patch -p1 < $stuff/$file || return 1
     1.9  		touch done.$file
    1.10  	done <<EOT
    1.11  weechat-implicit-function-declaration.patch