# HG changeset patch # User Pascal Bellard # Date 1219245191 0 # Node ID 1f3b7c0e6144a0cefed0389d5ad3c9cf4a04ce4b # Parent 5b9d8b86855a1e8881464a820c377b08a5869057 slitaz-loram: typo in loram.extract diff -r 5b9d8b86855a -r 1f3b7c0e6144 slitaz-loram-cdrom/receipt --- a/slitaz-loram-cdrom/receipt Wed Aug 20 08:35:03 2008 +0000 +++ b/slitaz-loram-cdrom/receipt Wed Aug 20 15:13:11 2008 +0000 @@ -119,10 +119,10 @@ pre_install() { local i - . /etc/tazlito/tazlito.conf for i in $(cd /var/lib/tazpkg/installed ; ls -d slitaz-loram* 2> /dev/null); do [ "$i" = "$PACKAGE" ] && continue yes y | tazpkg remove $i + . /etc/tazlito/tazlito.conf rm -f $PACKAGES_REPOSITORY/slitaz-boot-scripts-*.tazpkg 2> /dev/null done } diff -r 5b9d8b86855a -r 1f3b7c0e6144 slitaz-loram/receipt --- a/slitaz-loram/receipt Wed Aug 20 08:35:03 2008 +0000 +++ b/slitaz-loram/receipt Wed Aug 20 15:13:11 2008 +0000 @@ -67,10 +67,10 @@ pre_install() { local i - . /etc/tazlito/tazlito.conf for i in $(cd /var/lib/tazpkg/installed ; ls -d slitaz-loram* 2> /dev/null); do [ "$i" = "$PACKAGE" ] && continue yes y | tazpkg remove $i + . /etc/tazlito/tazlito.conf rm -f $PACKAGES_REPOSITORY/slitaz-boot-scripts-*.tazpkg 2> /dev/null done } diff -r 5b9d8b86855a -r 1f3b7c0e6144 slitaz-loram/stuff/loram.extract --- a/slitaz-loram/stuff/loram.extract Wed Aug 20 08:35:03 2008 +0000 +++ b/slitaz-loram/stuff/loram.extract Wed Aug 20 15:13:11 2008 +0000 @@ -5,7 +5,7 @@ bin/unmkcromfs $packedfs usr rm -f $packedfs fi -packedfs=".usr.shfs" +packedfs=".usr.sqfs" if [ -f $packedfs ]; then sbin/unsquashfs -d usr $packedfs rm -f $packedfs