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

@@ -135,7 +135,6 @@ if (!(Test-Path "GeoLite2-Country.mmdb.gz") -Or (((get-date) - (get-item "GeoLit
echo "Updating GeoIP country database from MaxMind."
$target = Join-Path $pwd.ToString() "GeoLite2-Country.mmdb.gz"
(New-Object System.Net.WebClient).DownloadFile("http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz", $target)
cp GeoLite2-Country.mmdb.gz ..\..
}
cd ..