wok-stable diff slitaz-loram/stuff/loram.rootfs @ rev 618

busybox/cpio: -o put a \n to stderr (like gnu/cpio)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 19 12:09:45 2008 +0000 (2008-04-19)
parents 5b4e22afe799
children bec96f4407c9
line diff
     1.1 --- a/slitaz-loram/stuff/loram.rootfs	Sun Mar 09 12:58:23 2008 +0000
     1.2 +++ b/slitaz-loram/stuff/loram.rootfs	Sat Apr 19 12:09:45 2008 +0000
     1.3 @@ -31,3 +31,6 @@
     1.4  mkdir usr
     1.5  COMPRESSION="none"
     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; do
     1.8 +  ln -s busybox $ii
     1.9 +done