summarylogtreecommitdiffstats
path: root/Makefile.patch
blob: 8a126fdbd5d884f3d8d0bf5ea010528c97584403 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- Makefile	2020-02-11 10:18:32.479087754 +1000
+++ Makefile	2020-02-11 10:19:53.128498490 +1000
@@ -314,8 +314,7 @@
 	@ $(CP_R) thirdparty/download/osx/*.dll.config .
 
 geoip-dependencies:
-	@./thirdparty/fetch-geoip-db.sh
-	@ $(CP) thirdparty/download/GeoLite2-Country.mmdb.gz .
+	@$(CP) ../../GeoLite2-Country.mmdb.gz .
 
 dependencies: $(os-dependencies)
 
@@ -512,4 +511,4 @@
 
 .SUFFIXES:
 
-.PHONY: core package all mods clean distclean dependencies version $(PROGRAMS) nunit
+.PHONY: core package all mods clean distclean dependencies version $(PROGRAMS) nunit
\ No newline at end of file