wok diff busybox/receipt @ rev 1478

busybox/depmod: add ignored options uqrC
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 14:30:26 2008 +0000 (2008-10-04)
parents e64f8e87ea6d
children 4316a95d4b4e
line diff
     1.1 --- a/busybox/receipt	Thu Oct 02 16:39:02 2008 +0000
     1.2 +++ b/busybox/receipt	Sat Oct 04 14:30:26 2008 +0000
     1.3 @@ -17,13 +17,10 @@
     1.4  {
     1.5      cd $src
     1.6      while read file; do
     1.7 -    	if [ -f done.$file ]; then
     1.8 -    		echo "Skipping $file"
     1.9 -    		continue
    1.10 -    	fi
    1.11 +    	[ -f done.$file ] && continue
    1.12      	echo "Apply $file..."
    1.13      	patch -p1 < ../stuff/$file || return 1
    1.14 -    	touch done.$file
    1.15 +	touch done.$file
    1.16      done <<EOT
    1.17  $PACKAGE-$VERSION-vcsa2txt.u
    1.18  $PACKAGE-$VERSION-dhcpc.u