wok diff suggested-applications/stuff/default-app @ rev 8974

[q-z]*: use veriable
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 02 11:06:20 2011 +0100 (2011-03-02)
parents a4542133af01
children 256340cc43f6
line diff
     1.1 --- a/suggested-applications/stuff/default-app	Mon Mar 22 12:06:26 2010 +0000
     1.2 +++ b/suggested-applications/stuff/default-app	Wed Mar 02 11:06:20 2011 +0100
     1.3 @@ -14,13 +14,12 @@
     1.4  	done 
     1.5  	
     1.6  	if [ -f $TMPFILE ] ; then
     1.7 -		xterm -geometry 80x16 -title "Installing Packages (Press ENTER to close and proceed)" \
     1.8 -				-e "echo -n \"Installing packages as root. This option depends on \
     1.9 -				 `cat $TMPFILE`\"; 
    1.10 -				   echo \" \"
    1.11 -				    subox tazpkg get-install-list $TMPFILE --forced;
    1.12 -				    echo -e \"----\nPress ENTER to close and proceed further when done...\"; read i; exit 0;
    1.13 -				"
    1.14 +		xterm -geometry 80x16 -title "Installing Packages (Press ENTER to close)" \
    1.15 +				-e "echo -e \"Installing packages as root. This option depends on \n `cat $TMPFILE`\" 
    1.16 +				    subox \"tazpkg get-install-list $TMPFILE\"
    1.17 +				    echo -e \"----\nPress ENTER to close and to proceed further...\"
    1.18 +				    read i; exit 0;
    1.19 +				"	
    1.20  		rm -f $TMPFILE
    1.21  	fi	
    1.22