summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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