1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-05-31 22:22:34 +02:00

Makefile: install doorlockd-passwd

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
Ralf Ramsauer 2018-09-18 01:27:15 +02:00
parent 2aea44496f
commit 6370e54ff8

View File

@ -13,6 +13,7 @@ install:
mkdir -p $(DESTDIR)/$(SYSCONFDIR) mkdir -p $(DESTDIR)/$(SYSCONFDIR)
install doorlockd $(DESTDIR)/$(PREFIX)/bin/ install doorlockd $(DESTDIR)/$(PREFIX)/bin/
install doorlockd-passwd $(DESTDIR)/$(PREFIX)/bin/
install -m 0644 doorlockd.cfg $(DESTDIR)/$(SYSCONFDIR) install -m 0644 doorlockd.cfg $(DESTDIR)/$(SYSCONFDIR)
install -m 0644 doorlockd.service $(DESTDIR)/$(SYSCONFDIR)/systemd/system install -m 0644 doorlockd.service $(DESTDIR)/$(SYSCONFDIR)/systemd/system