From fed98de82347010356a8ba55cb2965b535804fe3 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sun, 3 Feb 2013 11:55:13 +0100 Subject: [PATCH] build_geoip: fix path to geoip Signed-off-by: Jon Schipp Signed-off-by: Daniel Borkmann --- astraceroute/build_geoip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astraceroute/build_geoip.sh b/astraceroute/build_geoip.sh index 3e6e7210..64264346 100755 --- a/astraceroute/build_geoip.sh +++ b/astraceroute/build_geoip.sh @@ -9,4 +9,4 @@ cp libGeoIP/GeoIPUpdate.h /usr/include/ cp libGeoIP/GeoIP.h /usr/include/ cp libGeoIP/GeoIPCity.h /usr/include/ cd - -../../contrib/scripts/geoip-database-update +../update-geoip.sh -- 2.11.4.GIT