[or-cvs] r19545: {torbrowser} fix the path to the geoip file. (torbrowser/trunk/build-scripts)

phobos at seul.org phobos at seul.org
Fri May 22 21:03:54 UTC 2009


Author: phobos
Date: 2009-05-22 17:03:54 -0400 (Fri, 22 May 2009)
New Revision: 19545

Modified:
   torbrowser/trunk/build-scripts/Makefile
Log:
fix the path to the geoip file.


Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2009-05-22 20:20:13 UTC (rev 19544)
+++ torbrowser/trunk/build-scripts/Makefile	2009-05-22 21:03:54 UTC (rev 19545)
@@ -218,6 +218,7 @@
 	cp $(CONFIG_SRC)/polipo.conf $(DEST)/Data/Polipo
 	## Configure Tor
 	cp $(CONFIG_SRC)/torrc $(DEST)/Data/Tor
+    cp $(TOR)/src/config/geoip $(DEST)/Data/Tor
 
 launcher:
 	#echo 'start /b .\\App\\vidalia.exe --datadir .\\Data\\Vidalia\\' > $(DEST)/"Start Tor Browser.bat"



More information about the tor-commits mailing list