wok-current diff slitaz-loram/stuff/loram.rootfs @ rev 3315
transmission: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 08 00:03:03 2009 +0200 (2009-06-08) |
parents | 60e0be516392 |
children | 6509db5aa948 |
line diff
1.1 --- a/slitaz-loram/stuff/loram.rootfs Wed Dec 24 17:34:33 2008 +0000 1.2 +++ b/slitaz-loram/stuff/loram.rootfs Mon Jun 08 00:03:03 2009 +0200 1.3 @@ -39,6 +39,7 @@ 1.4 mkdir usr 1.5 COMPRESSION="gzip" 1.6 echo "$(du -hs ./.usr.*fs | cut -f1) are used by /usr after compression" 1.7 -for ii in bin/vcsa2txt bin/awk bin/script bin/cut bin/readlink; do 1.8 +for ii in bin/vcsa2txt bin/awk bin/script bin/cut bin/readlink bin/du bin/free \ 1.9 + bin/killall5 bin/seq ; do 1.10 [ -e $ii ] || ln -s busybox $ii 1.11 done