tazpkg diff lib/tazpkgbox/package_infos @ rev 184

tazpkg: log main fs install only
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 26 11:05:24 2008 +0000 (2008-10-26)
parents 5ed034b16356
children 64e13d7d11db
line diff
     1.1 --- a/lib/tazpkgbox/package_infos	Fri Oct 24 09:41:12 2008 +0000
     1.2 +++ b/lib/tazpkgbox/package_infos	Sun Oct 26 11:05:24 2008 +0000
     1.3 @@ -280,7 +280,7 @@
     1.4  			<action>xterm -T \"Install $PACKAGE\" $XTERM_OPTS -e \"\
     1.5  			if [ \$AUTO_DEPENDS != true ]; then tazpkg get-install $PACKAGE;\
     1.6  			else yes y | tazpkg get-install $PACKAGE; fi; \
     1.7 -			[ \${AUTO_EXEC}$CATEGORY = truenon-free ] && $PACKAGE; \
     1.8 +			[ \${AUTO_EXEC} = true -a $CATEGORY = non-free ] && $PACKAGE; \
     1.9  			sleep 2\"</action>
    1.10  			<action type=\"closewindow\">MIRRORED_PACKAGE_ACTIONS</action>
    1.11  		</button>