summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sources/db/README5
-rw-r--r--taginfo-config-example.json2
2 files changed, 1 insertions, 6 deletions
diff --git a/sources/db/README b/sources/db/README
deleted file mode 100644
index a9e2929..0000000
--- a/sources/db/README
+++ /dev/null
@@ -1,5 +0,0 @@
-
-The tagstats binary in this directory is build for Ubuntu Maverick (10.10). It
-might not work on your system. If not, you have to go to the ../../tagstats
-directory and build your own version.
-
diff --git a/taginfo-config-example.json b/taginfo-config-example.json
index ebb9b4b..20ccfae 100644
--- a/taginfo-config-example.json
+++ b/taginfo-config-example.json
@@ -55,7 +55,7 @@
"create": "db",
"db": {
// Path to the 'tagstats' program (absolute path or relative to sources/db directory).
- "tagstats": "./tagstats",
+ "tagstats": "../../tagstats/tagstats",
// The OSM planet file or extract where we read the OSM data from.
"planetfile": "/osm/planet/var/current-planet.osm.pbf"
},