Index: config.mk
--- config.mk.orig
+++ config.mk
@@ -60,15 +60,15 @@ WITH_ENCRYPT ?= no
 
 # Where should the recorder store its data? This directory must
 # exist and be writeable by recorder (and readable by ocat)
-STORAGEDEFAULT = /var/spool/owntracks/recorder/store
+STORAGEDEFAULT = /var/db/owntracks-recorder
 
 # Where should the recorder find its document root (HTTP)?
-DOCROOT = /var/spool/owntracks/recorder/htdocs
+DOCROOT = /usr/local/share/owntracks/recorder/www
 
 # Should we support $TZ lookup in API data? If so, specify
 # path to the database
 WITH_TZ ?= yes
-TZDATADB = /usr/share/owntracks/recorder/timezone16.bin
+TZDATADB = /usr/local/share/owntracks/recorder/timezone16.bin
 
 
 # Define the precision for reverse-geo lookups. The higher
@@ -92,7 +92,7 @@ GHASHPREC = 7
 JSON_INDENT ?= no
 
 # Location of optional default configuration file
-CONFIGFILE = /etc/default/ot-recorder
+CONFIGFILE = /etc/owntracks-recorder.conf
 
 # Optionally specify the path to the Mosquitto libs, include here
 MOSQUITTO_CFLAGS = `$(PKG_CONFIG) --cflags libmosquitto`
