# HG changeset patch # User Antoine Bodin # Date 1300249647 -3600 # Node ID 132fd78a4ba8563261223b3994c3d566b1104297 # Parent ae8e475edf066cceb9d258e020ad85b31c808305 tazpkg, recharge(): fix a bug specific to 4.3 diff -r ae8e475edf06 -r 132fd78a4ba8 tazpkg --- a/tazpkg Wed Mar 16 04:23:02 2011 +0100 +++ b/tazpkg Wed Mar 16 05:27:27 2011 +0100 @@ -2289,7 +2289,7 @@ # at the same time. Not all repositories have them. if [ -f ID ]; then for i in wanted depends library; do - wget -s "$(cat mirror)" $i.txt + download_from "$(cat mirror)" $i.txt done fi