wok diff busybox/receipt @ rev 1442

linux lzma hardinfo etherboot mISDN busybox: apply path once
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 02 16:39:02 2008 +0000 (2008-10-02)
parents a4138e62dd41
children 3d99ad142611
line diff
     1.1 --- a/busybox/receipt	Sun Sep 21 18:00:44 2008 +0000
     1.2 +++ b/busybox/receipt	Thu Oct 02 16:39:02 2008 +0000
     1.3 @@ -17,8 +17,13 @@
     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      	echo "Apply $file..."
    1.12      	patch -p1 < ../stuff/$file || return 1
    1.13 +    	touch done.$file
    1.14      done <<EOT
    1.15  $PACKAGE-$VERSION-vcsa2txt.u
    1.16  $PACKAGE-$VERSION-dhcpc.u