summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index da28d31..32bc244 100644
--- a/Makefile
+++ b/Makefile
@@ -32,5 +32,7 @@ install-files: keysafe
install -m 0644 keysafe.service $(PREFIX)/lib/systemd/system/keysafe.service
install -d $(PREFIX)/usr/share/applications/
install -m 0644 keysafe.desktop $(PREFIX)/usr/share/applications/keysafe.desktop
+ install -d $(PREFIX)/etc/init.d
+ install -m 0755 keysafe.init $(PREFIX)/etc/init.d/keysafe
install -d $(PREFIX)/etc/xdg/autostart/
install -m 0644 keysafe.autostart $(PREFIX)/etc/xdg/autostart/keysafe.desktop