wok-current diff slitaz-loram-http/stuff/loram.extract @ rev 4893
speech-dispatcher: fix depends
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Feb 06 19:58:31 2010 +0000 (2010-02-06) |
parents | 6509db5aa948 |
children | 3cdfaefe3387 |
line diff
1.1 --- a/slitaz-loram-http/stuff/loram.extract Fri Sep 18 21:59:40 2009 +0200 1.2 +++ b/slitaz-loram-http/stuff/loram.extract Sat Feb 06 19:58:31 2010 +0000 1.3 @@ -45,6 +45,6 @@ 1.4 sed -i 's/RUN_DAEMONS="/RUN_DAEMONS="slim /' etc/rcS.conf 1.5 fi 1.6 for ii in bin/vcsa2txt bin/awk bin/script bin/cut bin/readlink bin/du bin/free \ 1.7 - bin/killall5 bin/seq ; do 1.8 + bin/killall5 bin/seq bin/find bin/xargs bin/patch; do 1.9 [ -e usr/$ii ] && rm -f $ii 1.10 done