From 8efed339c29d7e69fc1a8ec498002e0b22c6cac9 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Fri, 25 Sep 2015 11:54:04 +0200 Subject: [PATCH] initialize named db --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 280ebac..47eb030 100644 --- a/Makefile +++ b/Makefile @@ -97,5 +97,6 @@ install: ot-recorder ocat cp -R docroot/* $(DESTDIR)$(DOCROOT)/ install -m 0755 ot-recorder $(DESTDIR)$(INSTALLDIR)/sbin install -m 0755 ocat $(DESTDIR)$(INSTALLDIR)/bin + $(DESTDIR)$(INSTALLDIR)/bin/ocat --load=topic2tid < /dev/null # mkdir -p $(DESTDIR)/etc/systemd/system/ # install --mode 0644 etc/ot-recorder.service $(DESTDIR)/etc/systemd/system/ot-recorder.service