tazwok rev 220
Fix: 2nd stupid error
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Feb 02 00:46:16 2011 +0100 (2011-02-02) |
parents | 3c87eba5c0be |
children | 17c3a65eba15 |
files | tazwok |
line diff
1.1 --- a/tazwok Wed Feb 02 00:44:32 2011 +0100 1.2 +++ b/tazwok Wed Feb 02 00:46:16 2011 +0100 1.3 @@ -1218,7 +1218,7 @@ 1.4 wan_info=$(echo -e $PACKAGE"\t"$WANTED) 1.5 [ "$wan_info" = "$(grep -m1 ^$PACKAGE$'\t' $wan_db 2>/dev/null)" ] && return 1.6 sed "/^$PACKAGE\t/d" -i $wan_db 1.7 - echo "$dep_info" >> $wan_db 1.8 + echo "$wan_info" >> $wan_db 1.9 plan_regen_cookorder=yes 1.10 plan_sort_wandb=yes 1.11 done