mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-21 10:04:26 +01:00
Makefile: install doorlockd-passwd
Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
parent
2aea44496f
commit
6370e54ff8
1
Makefile
1
Makefile
@ -13,6 +13,7 @@ install:
|
||||
mkdir -p $(DESTDIR)/$(SYSCONFDIR)
|
||||
|
||||
install doorlockd $(DESTDIR)/$(PREFIX)/bin/
|
||||
install doorlockd-passwd $(DESTDIR)/$(PREFIX)/bin/
|
||||
install -m 0644 doorlockd.cfg $(DESTDIR)/$(SYSCONFDIR)
|
||||
install -m 0644 doorlockd.service $(DESTDIR)/$(SYSCONFDIR)/systemd/system
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user