wok diff dropbear/receipt @ rev 9470

Remove some uneeded strips (thoses ones are handled by Tazwok)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Apr 04 01:29:52 2011 +0200 (2011-04-04)
parents 492cb54a5624
children 24e34542a1ef
line diff
     1.1 --- a/dropbear/receipt	Thu Mar 31 12:59:46 2011 +0200
     1.2 +++ b/dropbear/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.3 @@ -43,8 +43,6 @@
     1.4  	mkdir -p $fs/usr
     1.5  	cp -a $_pkg/usr/bin $fs/usr
     1.6  	cp -a $_pkg/usr/sbin $fs/usr
     1.7 -	strip -s $fs/usr/bin/*
     1.8 -	strip -s $fs/usr/sbin/*
     1.9  	# Config file and init script.
    1.10  	mkdir -p $fs/etc
    1.11  	cp -a stuff/dropbear $fs/etc