[syslinux-iso] update download-repo.sh to download propertly db for pacman-3.5

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2011-04-08 22:14:27 -03:00
parent 5bb9b1620a
commit ce31b12654

View File

@ -58,7 +58,7 @@ if [ -n "$PKGS" ]; then
fi fi
done done
if [ "$REPO_CHANGED" = "y" ]; then if [ "$REPO_CHANGED" = "y" ]; then
wget -nv "$baseurl/$REPO.db.tar.gz" -O "$DEST/$REPO.db.tar.gz" wget -nv "$baseurl/$REPO.db" -O "$DEST/$REPO.db"
fi fi
else else
echo "No packages to download... what'd you break?" echo "No packages to download... what'd you break?"