geoip-functions.pl: Adjust location_dir

The data directory upstream has been moved to "/var/lib/location".

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2019-12-12 09:39:34 +01:00
parent c3b612bb6c
commit a3afe9058f

View File

@@ -41,7 +41,7 @@ my %not_iso_3166_location = (
);
# Directory where the libloc database and keyfile lives.
our $location_dir = "/usr/share/location/";
our $location_dir = "/var/lib/location/";
# Libloc database file.
our $database = "$location_dir/database.db";