wok-6.x diff slitaz-loram/stuff/loram.extract @ rev 4314

Up: libogg, libtheora, *vorbis* to last stable release
author Christophe Lincoln <pankso@slitaz.org>
date Mon Sep 28 21:13:27 2009 +0200 (2009-09-28)
parents 27c64029013c
children d9ddcc6d973c
line diff
     1.1 --- a/slitaz-loram/stuff/loram.extract	Wed Feb 04 14:58:33 2009 +0000
     1.2 +++ b/slitaz-loram/stuff/loram.extract	Mon Sep 28 21:13:27 2009 +0200
     1.3 @@ -1,12 +1,13 @@
     1.4  rmdir usr
     1.5 +rmdir .usr* 2> /dev/null
     1.6  packedfs=".usr.cromfs"
     1.7  if [ -f $packedfs ]; then
     1.8 -	bin/unmkcromfs $packedfs usr
     1.9 +	bin/unmkcromfs $packedfs usr > /dev/null
    1.10  	rm -f $packedfs
    1.11  fi
    1.12  packedfs=".usr.sqfs"
    1.13  if [ -f $packedfs ]; then
    1.14 -	sbin/unsquashfs -d usr $packedfs
    1.15 +	sbin/unsquashfs -d usr $packedfs > /dev/null
    1.16  	rm -f $packedfs
    1.17  fi
    1.18  ( cd usr/.moved ; find * -print ) | \