tazlito diff tazlito-wiz @ rev 266

Added tag 4.6 for changeset 68813cf19114
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 17 16:56:50 2012 +0100 (2012-03-17)
parents eccb6026959e
children 95ee294e4147
line diff
     1.1 --- a/tazlito-wiz	Wed Mar 14 19:13:27 2012 +0000
     1.2 +++ b/tazlito-wiz	Sat Mar 17 16:56:50 2012 +0100
     1.3 @@ -3,7 +3,6 @@
     1.4  # Live system creation wizard in GTK using Yad.
     1.5  #
     1.6  # Copyright (C) 2012 SliTaz GNU/Linux - GNU gpl v2
     1.7 -#
     1.8  # Authors : Christophe Lincoln <pankso@slitaz.org>
     1.9  #
    1.10  
    1.11 @@ -161,7 +160,7 @@
    1.12  	# Deal with --button values
    1.13  	case $? in
    1.14  		1) exit 0 ;;
    1.15 -		*) echo -e "\n" | tazlito gen-distro 2>1 | yad \
    1.16 +		*) echo -e "\n" | tazlito gen-distro 2>&1 | yad \
    1.17  			--text-info $opts --tail \
    1.18  			--text="<b>$(gettext "Building the Live system...")</b>" ;;
    1.19  	esac