wok diff dropbear/receipt @ rev 1796
915resolution: add eeepc901 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 01 09:20:19 2008 +0000 (2008-12-01) |
parents | 084e570de711 |
children | ebf2041fbd1f |
line diff
1.1 --- a/dropbear/receipt Thu Oct 02 13:42:06 2008 +0000 1.2 +++ b/dropbear/receipt Mon Dec 01 09:20:19 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 &&