wok-current rev 5715
slitaz-loram*: vcsa2txt will be depredicated
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 24 09:47:27 2010 +0200 (2010-06-24) |
parents | cab9307d1516 |
children | 42de4dc1d8d6 |
files | slitaz-loram-cdrom/stuff/loram.extract slitaz-loram-cdrom/stuff/loram.rootfs slitaz-loram-http/stuff/loram.extract slitaz-loram-http/stuff/loram.rootfs slitaz-loram/stuff/loram.extract slitaz-loram/stuff/loram.rootfs |
line diff
1.1 --- a/slitaz-loram-cdrom/stuff/loram.extract Thu Jun 24 09:09:07 2010 +0200 1.2 +++ b/slitaz-loram-cdrom/stuff/loram.extract Thu Jun 24 09:47:27 2010 +0200 1.3 @@ -48,3 +48,4 @@ 1.4 bin/killall5 bin/seq bin/find bin/xargs bin/patch; do 1.5 [ -e usr/$ii ] && rm -f $ii 1.6 done 1.7 +[ -e usr/bin/vcsa2txt ] || rm -f bin/conspy
2.1 --- a/slitaz-loram-cdrom/stuff/loram.rootfs Thu Jun 24 09:09:07 2010 +0200 2.2 +++ b/slitaz-loram-cdrom/stuff/loram.rootfs Thu Jun 24 09:47:27 2010 +0200 2.3 @@ -101,5 +101,6 @@ 2.4 bin/killall5 bin/seq bin/find bin/xargs bin/patch; do 2.5 [ -e $ii ] || ln -s busybox $ii 2.6 done 2.7 +[ -e bin/vcsa2txt ] || ln -s busybox bin/conspy 2.8 mkdir cdrom 2.9 COMPRESSION="gzip"
3.1 --- a/slitaz-loram-http/stuff/loram.extract Thu Jun 24 09:09:07 2010 +0200 3.2 +++ b/slitaz-loram-http/stuff/loram.extract Thu Jun 24 09:47:27 2010 +0200 3.3 @@ -49,3 +49,4 @@ 3.4 bin/killall5 bin/seq bin/find bin/xargs bin/patch; do 3.5 [ -e usr/$ii ] && rm -f $ii 3.6 done 3.7 +[ -e usr/bin/vcsa2txt ] || rm -f bin/conspy
4.1 --- a/slitaz-loram-http/stuff/loram.rootfs Thu Jun 24 09:09:07 2010 +0200 4.2 +++ b/slitaz-loram-http/stuff/loram.rootfs Thu Jun 24 09:47:27 2010 +0200 4.3 @@ -37,5 +37,6 @@ 4.4 bin/killall5 bin/seq bin/find bin/xargs bin/patch; do 4.5 [ -e $ii ] || ln -s busybox $ii 4.6 done 4.7 +[ -e bin/vcsa2txt ] || ln -s busybox bin/conspy 4.8 mkdir cdrom .usr.rw 4.9 COMPRESSION="gzip"
5.1 --- a/slitaz-loram/stuff/loram.extract Thu Jun 24 09:09:07 2010 +0200 5.2 +++ b/slitaz-loram/stuff/loram.extract Thu Jun 24 09:47:27 2010 +0200 5.3 @@ -24,3 +24,4 @@ 5.4 bin/killall5 bin/seq bin/find bin/xargs bin/patch; do 5.5 [ -e usr/$ii ] && rm -f $ii 5.6 done 5.7 +[ -e usr/bin/vcsa2txt ] || rm -f bin/conspy
6.1 --- a/slitaz-loram/stuff/loram.rootfs Thu Jun 24 09:09:07 2010 +0200 6.2 +++ b/slitaz-loram/stuff/loram.rootfs Thu Jun 24 09:47:27 2010 +0200 6.3 @@ -44,5 +44,6 @@ 6.4 bin/killall5 bin/seq bin/find bin/xargs bin/patch; do 6.5 [ -e $ii ] || ln -s busybox $ii 6.6 done 6.7 +[ -e bin/vcsa2txt ] || ln -s busybox bin/conspy 6.8 echo .usr.*fs | cpio -o -H newc > $1/rootfs.gz2 6.9 rm -f .usr.*fs