summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-10-18 14:51:39 -0400
committerJoey Hess <joeyh@joeyh.name>2016-10-18 14:51:39 -0400
commit883ac3063f6005c4c7ab481a77e7064a97c5cd28 (patch)
treebffe325fd9aa4ba1d31f17a070e25ce7e4086bd9 /Makefile
parenta2bdcb74d46c3b1002df03365330772a049c5173 (diff)
downloadkeysafe-883ac3063f6005c4c7ab481a77e7064a97c5cd28.tar.gz
/etc/default/keysafe is read by both the systemd service file and the init script, and contains configuration for the keysafe server.
This commit was sponsored by Ole-Morten Duesund on Patreon.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 32bc244..dfcde77 100644
--- a/Makefile
+++ b/Makefile
@@ -30,9 +30,11 @@ install-files: keysafe
install -m 0644 keysafe.1 $(PREFIX)/usr/share/man/man1/keysafe.1
install -d $(PREFIX)/lib/systemd/system
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/default
+ install -m 0755 keysafe.default $(PREFIX)/etc/default/keysafe
+ install -d $(PREFIX)/usr/share/applications/
+ install -m 0644 keysafe.desktop $(PREFIX)/usr/share/applications/keysafe.desktop
install -d $(PREFIX)/etc/xdg/autostart/
install -m 0644 keysafe.autostart $(PREFIX)/etc/xdg/autostart/keysafe.desktop