copy it in the make dependencies step

This commit is contained in:
Matthias Mailänder
2015-05-24 16:58:57 +02:00
parent 2cc125a3fa
commit fbef65bae9
4 changed files with 2 additions and 2 deletions

View File

@@ -14,6 +14,5 @@ if [[ ! -e $filename ]] || [[ -n $(find . -name $filename -mtime +30 -print) ]];
rm -f $filename
echo "Updating GeoIP country database from MaxMind."
curl -s -L -O http://geolite.maxmind.com/download/geoip/database/$filename
cp $filename ../..
fi