summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-06-18 16:03:17 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-06-18 16:57:15 +0200
commit5643b52829587c6bc723233a14b2bdc3f52b3879 (patch)
treef4873d48996083d2d2bf7cee4411f074b3633b2a /Makefile
parent7e08ae6ff7701632c8e3919b9dd3a7a13970835b (diff)
downloadbirdscan-5643b52829587c6bc723233a14b2bdc3f52b3879.tar
birdscan-5643b52829587c6bc723233a14b2bdc3f52b3879.tar.zst
birdscan-5643b52829587c6bc723233a14b2bdc3f52b3879.zip
Implement reboot and poweroff via Web Interface
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 550624a..98f694c 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ install: all
install -Dm 644 data/html/index.html $(DESTDIR)$(PREFIX)/share/birdscan/html/index.html
install -Dm 644 data/css/birdscan.css $(DESTDIR)$(PREFIX)/share/birdscan/css/birdscan.css
install -Dm 644 data/js/birdscan.js $(DESTDIR)$(PREFIX)/share/birdscan/js/birdscan.js
+ install -Dm 644 sudo/birdscan $(DESTDIR)/etc/sudoers.d/50_birdscan
debug: all
make -C src debug