summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-04-08 22:14:27 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-04-08 22:14:27 -0300
commitce31b126545cad26024a4442b4932bdc2d7ffb86 (patch)
tree01cd2be0c035819fc0dadc284e237ccb347fecec
parent5bb9b1620a40ff4365054954cf973588269bbb43 (diff)
[syslinux-iso] update download-repo.sh to download propertly db for pacman-3.5
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-rwxr-xr-xconfigs/syslinux-iso/download-repo.sh2
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?"