tazpkg rev 208

tazpkgbox: log into /var/log/tazpkg-install.log
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 23 18:14:42 2008 +0000 (2008-11-23)
parents 151f9157e6f0
children 7b6eebb50244
files lib/tazpkgbox/package_infos
line diff
     1.1 --- a/lib/tazpkgbox/package_infos	Sun Nov 23 12:48:57 2008 +0000
     1.2 +++ b/lib/tazpkgbox/package_infos	Sun Nov 23 18:14:42 2008 +0000
     1.3 @@ -290,8 +290,8 @@
     1.4  			<label>Get-install</label>
     1.5  			<input file icon=\"go-next\"></input>
     1.6  			<action>xterm -T \"Install $PACKAGE\" $XTERM_OPTS -e \"\
     1.7 -			if [ x\$AUTO_DEPENDS != xtrue ]; then tazpkg get-install $PACKAGE;\
     1.8 -			else yes y | tazpkg get-install $PACKAGE; fi; \
     1.9 +			if [ x\$AUTO_DEPENDS != xtrue ]; then script -c \\\"tazpkg get-install $PACKAGE\\\" /var/log/tazpkg-install.log;\
    1.10 +			else script -c \\\"yes y | tazpkg get-install $PACKAGE\\\" /var/log/tazpkg-install.log; fi; \
    1.11  			[ x\${AUTO_EXEC} = xtrue ] && $PACKAGE; \
    1.12  			sleep 2\"</action>
    1.13  			<action type=\"closewindow\">MIRRORED_PACKAGE_ACTIONS</action>