summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-10-29 11:25:01 +0100
committerErich Eckner <git@eckner.net>2017-10-29 11:25:01 +0100
commita22c18bfd11c52e8d8ee72dc7e15213c4333248f (patch)
tree5ba36accfa335a3619a595535154242afb81bdb8
parent192fca316f79b90f7c313e2493722b997f2491ed (diff)
downloadcryptfs-daemon-a22c18bfd11c52e8d8ee72dc7e15213c4333248f.tar.xz
Makefile: install systemd unit as cryptfs.service
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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