From a22c18bfd11c52e8d8ee72dc7e15213c4333248f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 29 Oct 2017 11:25:01 +0100 Subject: Makefile: install systemd unit as cryptfs.service --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f74138..b6c63dd 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ install_bin: install -D -m0755 cryptfs.bin $(DESTDIR)$(BINDIR)/cryptfs install_systemd: install_bin - install -D -m0644 cryptfs.service $(DESTDIR)$(SYSTEMDDIR)/cryptfs + install -D -m0644 cryptfs.service $(DESTDIR)$(SYSTEMDDIR)/cryptfs.service install_sysvinit: install_bin install -D -m0755 cryptfs.rc $(DESTDIR)$(RCDDIR)/cryptfs -- cgit v1.2.3-54-g00ecf