Actually distribute the geoip6 file.

Fixes a bug (with no ticket) on 0.2.4.6-alpha.
This commit is contained in:
Nick Mathewson 2012-11-13 21:24:28 -05:00
parent 83b1a50cc0
commit b17aa28e46
2 changed files with 5 additions and 2 deletions

3
changes/dist-geoip6 Normal file
View File

@ -0,0 +1,3 @@
o Minor bugfixes:
- Distribute and install the geoip6 IPv6 GeoIP database. Bugfix
on 0.2.4.6-alpha.

View File

@ -2,12 +2,12 @@ confdir = $(sysconfdir)/tor
tordatadir = $(datadir)/tor
EXTRA_DIST+= src/config/geoip
EXTRA_DIST+= src/config/geoip src/config/geoip6
# fallback-consensus
conf_DATA = src/config/torrc.sample
tordata_DATA = src/config/geoip
tordata_DATA = src/config/geoip src/config/geoip6
# fallback_consensus
# If we don't have it, fake it.