On Fri, 8 Apr 2011 22:15:43 -0300 Gerardo Exequiel Pozzi <[email protected]> wrote:
> Signed-off-by: Gerardo Exequiel Pozzi <[email protected]> > --- > configs/syslinux-iso/download-repo.sh | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/configs/syslinux-iso/download-repo.sh > b/configs/syslinux-iso/download-repo.sh > index 8655a8d..255304e 100755 > --- a/configs/syslinux-iso/download-repo.sh > +++ b/configs/syslinux-iso/download-repo.sh > @@ -58,7 +58,7 @@ if [ -n "$PKGS" ]; then > fi > done > 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 > else > echo "No packages to download... what'd you break?" Gerardo, when you supply patches, could you also mention whether you apply them right away or expect some kind of feedback from us? I see this is already applied, good. Dieter
