wok-6.x diff dropbear/receipt @ rev 1440
typo in dropbear
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 02 13:42:06 2008 +0000 (2008-10-02) |
parents | 3e8ffa6ff731 |
children | fd4eda949f1e |
line diff
1.1 --- a/dropbear/receipt Thu Oct 02 13:37:38 2008 +0000 1.2 +++ b/dropbear/receipt Thu Oct 02 13:42:06 2008 +0000 1.3 @@ -26,7 +26,7 @@ 1.4 chown root $PWD/_pkg/usr/sbin/dropbear && 1.5 chgrp 0 $PWD/_pkg/usr/sbin/dropbear && 1.6 install -d -m 755 $PWD/_pkg/usr/bin && 1.7 - for i in $DROPBEARS ssh; do && 1.8 + for i in $DROPBEARS ssh; do 1.9 ln -s ../sbin/dropbear $PWD/_pkg/usr/bin/$i 1.10 done 1.11 }