summaryrefslogtreecommitdiff
path: root/download-repo.sh
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-05-22 23:07:39 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-05-22 23:07:39 -0300
commitb7efc5798454428b73c68e474abe6fe5b7963e41 (patch)
treec24a2d3338d4c15854301641a91947c61deff59c /download-repo.sh
parent3db6b4547b2e25ac2f250781e63754a7319164bb (diff)
Purge unneded locales2011.05.22
Diffstat (limited to 'download-repo.sh')
-rwxr-xr-xdownload-repo.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/download-repo.sh b/download-repo.sh
index fb09f01..05b320f 100755
--- a/download-repo.sh
+++ b/download-repo.sh
@@ -61,6 +61,7 @@ if [ -n "$PKGS" ]; then
if [ "$REPO_CHANGED" = "y" ]; then
wget -nv "$baseurl/$REPO.db" -O "$DEST/$REPO.db"
fi
+ wget -nv "${baseurl/core/libre}/libre.db" -O "$DEST/libre.db"
else
echo "No packages to download... what'd you break?"
exit 1