wok rev 1285
slitaz-loram: typo in loram.extract
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 20 15:13:11 2008 +0000 (2008-08-20) |
parents | 5b9d8b86855a |
children | c343c644ab92 |
files | slitaz-loram-cdrom/receipt slitaz-loram/receipt slitaz-loram/stuff/loram.extract |
line diff
1.1 --- a/slitaz-loram-cdrom/receipt Wed Aug 20 08:35:03 2008 +0000 1.2 +++ b/slitaz-loram-cdrom/receipt Wed Aug 20 15:13:11 2008 +0000 1.3 @@ -119,10 +119,10 @@ 1.4 pre_install() 1.5 { 1.6 local i 1.7 - . /etc/tazlito/tazlito.conf 1.8 for i in $(cd /var/lib/tazpkg/installed ; ls -d slitaz-loram* 2> /dev/null); do 1.9 [ "$i" = "$PACKAGE" ] && continue 1.10 yes y | tazpkg remove $i 1.11 + . /etc/tazlito/tazlito.conf 1.12 rm -f $PACKAGES_REPOSITORY/slitaz-boot-scripts-*.tazpkg 2> /dev/null 1.13 done 1.14 }
2.1 --- a/slitaz-loram/receipt Wed Aug 20 08:35:03 2008 +0000 2.2 +++ b/slitaz-loram/receipt Wed Aug 20 15:13:11 2008 +0000 2.3 @@ -67,10 +67,10 @@ 2.4 pre_install() 2.5 { 2.6 local i 2.7 - . /etc/tazlito/tazlito.conf 2.8 for i in $(cd /var/lib/tazpkg/installed ; ls -d slitaz-loram* 2> /dev/null); do 2.9 [ "$i" = "$PACKAGE" ] && continue 2.10 yes y | tazpkg remove $i 2.11 + . /etc/tazlito/tazlito.conf 2.12 rm -f $PACKAGES_REPOSITORY/slitaz-boot-scripts-*.tazpkg 2> /dev/null 2.13 done 2.14 }
3.1 --- a/slitaz-loram/stuff/loram.extract Wed Aug 20 08:35:03 2008 +0000 3.2 +++ b/slitaz-loram/stuff/loram.extract Wed Aug 20 15:13:11 2008 +0000 3.3 @@ -5,7 +5,7 @@ 3.4 bin/unmkcromfs $packedfs usr 3.5 rm -f $packedfs 3.6 fi 3.7 -packedfs=".usr.shfs" 3.8 +packedfs=".usr.sqfs" 3.9 if [ -f $packedfs ]; then 3.10 sbin/unsquashfs -d usr $packedfs 3.11 rm -f $packedfs