tazpkg rev 443 4.3
tazpkg, recharge(): fix a bug specific to 4.3
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Mar 16 05:27:27 2011 +0100 (2011-03-16) |
parents | ae8e475edf06 |
children | 14dfaa59ca7f |
files | tazpkg |
line diff
1.1 --- a/tazpkg Wed Mar 16 04:23:02 2011 +0100 1.2 +++ b/tazpkg Wed Mar 16 05:27:27 2011 +0100 1.3 @@ -2289,7 +2289,7 @@ 1.4 # at the same time. Not all repositories have them. 1.5 if [ -f ID ]; then 1.6 for i in wanted depends library; do 1.7 - wget -s "$(cat mirror)" $i.txt 1.8 + download_from "$(cat mirror)" $i.txt 1.9 done 1.10 fi 1.11