wok rev 25179

Up tazlito (537)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 04 13:25:23 2022 +0000 (22 months ago)
parents 02d03f8bbcde
children 4eb0430e6d58
files syslinux/stuff/iso2exe/taziso tazlito/receipt
line diff
     1.1 --- a/syslinux/stuff/iso2exe/taziso	Sun Jul 03 18:25:40 2022 +0000
     1.2 +++ b/syslinux/stuff/iso2exe/taziso	Mon Jul 04 13:25:23 2022 +0000
     1.3 @@ -697,7 +697,7 @@
     1.4  {
     1.5  	dotwait "locate files"
     1.6  	( cd $media; find * -type f | while read f; do
     1.7 -		printf "%8d  %s\n" $(stat -m "$f" | sed q) "$f"
     1.8 +		printf "%8d  %s\n" $(busybox stat -m "$f" | sed q) "$f"
     1.9  	done | sort -n ) > /tmp/data
    1.10  	rm -f /tmp/wait
    1.11  	if [ "$1" ]; then
     2.1 --- a/tazlito/receipt	Sun Jul 03 18:25:40 2022 +0000
     2.2 +++ b/tazlito/receipt	Mon Jul 04 13:25:23 2022 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="tazlito"
     2.7 -VERSION="536"
     2.8 +VERSION="537"
     2.9  CATEGORY="base-system"
    2.10  SHORT_DESC="SliTaz Live Tool."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -16,6 +16,7 @@
    2.13  SUGGESTED="tazpanel"
    2.14  BUILD_DEPENDS="gettext"
    2.15  
    2.16 +# What is the latest version available today?
    2.17  current_version()
    2.18  {
    2.19  	wget -O - http://hg.slitaz.org/$PACKAGE/ 2>/dev/null | \