diff --git a/geoip/Makefile.am b/geoip/Makefile.am index 8dd9cf9..be30fe5 100644 --- a/geoip/Makefile.am +++ b/geoip/Makefile.am @@ -1,3 +1,3 @@ # -*- Makefile -*- -pkglibexec_SCRIPTS = geoip_csv_iv0.pl geoip_download.sh +pkglibexec_SCRIPTS = geoip_build_db.pl geoip_download.sh diff --git a/geoip/geoip_csv_iv0.pl b/geoip/geoip_build_db.pl similarity index 100% rename from geoip/geoip_csv_iv0.pl rename to geoip/geoip_build_db.pl