From d4e1f48ff12db48e9a9bdbd3253c1041328ca66d Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 11 Jun 2021 10:36:20 +0200 Subject: Implement Configuration with JSON --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 88e4c4f..7531fdb 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ clean: install: all make -C python install DESTDIR=$(abspath $(DESTDIR)) make -C src install DESTDIR=$(abspath $(DESTDIR)) + install -Dm 644 config/default.json $(DESTDIR)/etc/birdscan/config.json install -Dm 644 systemd/birdscan.service $(DESTDIR)$(PREFIX)/lib/systemd/system/birdscan.service install -Dm 644 systemd/birdscan.sysusers $(DESTDIR)$(PREFIX)/lib/sysusers.d/birdscan.conf install -Dm 644 data/html/index.html $(DESTDIR)$(PREFIX)/share/birdscan/html/index.html -- cgit v1.2.3-70-g09d2