summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-10-18 14:55:02 -0400
committerJoey Hess <joeyh@joeyh.name>2016-10-18 14:55:02 -0400
commitbf5e9d85e29bba0411ab2378c6566f6caae5f8fb (patch)
treefe50c0c2fc282db2b6c3e09feef836ae283cfcbf
parent5835d32d392a0798c5163af0801eef8cb99ebbe1 (diff)
downloadkeysafe-bf5e9d85e29bba0411ab2378c6566f6caae5f8fb.tar.gz
fix mode
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dfcde77..3752e24 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ install-files: keysafe
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 -m 0644 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/