wok diff dropbear/receipt @ rev 1641

busybox: fix cpio TRAILER!!! with hard links
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 25 12:09:31 2008 +0000 (2008-10-25)
parents 084e570de711
children ebf2041fbd1f
line diff
     1.1 --- a/dropbear/receipt	Thu Oct 02 13:42:06 2008 +0000
     1.2 +++ b/dropbear/receipt	Sat Oct 25 12:09:31 2008 +0000
     1.3 @@ -18,7 +18,8 @@
     1.4  	local DROPBEARS
     1.5  	DROPBEARS="dropbearkey dropbearconvert dbclient scp"
     1.6  	cd $src
     1.7 -	patch -p1 < ../stuff/dropbear-xauth.u
     1.8 +	[ -f done.dropbear-xauth.u ] || patch -p1 < ../stuff/dropbear-xauth.u
     1.9 +	touch done.dropbear-xauth.u
    1.10  	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.11  	make PROGRAMS="dropbear $DROPBEARS" MULTI=1 &&
    1.12  	install -d -m 755 $PWD/_pkg/usr/sbin &&