summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-06-11 10:36:20 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-06-11 10:45:35 +0200
commitd4e1f48ff12db48e9a9bdbd3253c1041328ca66d (patch)
treee76a950b5a249b410743f3f26849831452083d11 /Makefile
parentd6fa6b112451f10f505db886d0ed023b3b931814 (diff)
downloadbirdscan-d4e1f48ff12db48e9a9bdbd3253c1041328ca66d.tar
birdscan-d4e1f48ff12db48e9a9bdbd3253c1041328ca66d.tar.zst
birdscan-d4e1f48ff12db48e9a9bdbd3253c1041328ca66d.zip
Implement Configuration with JSON
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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