aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-05-20 12:39:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-05-20 12:39:53 -0300
commit8716a11be21613cb5751723fe6ea95542ed1c986 (patch)
treee7ceb6b7c0fd9d3e7d3142aeed8f0a2697070e52 /Makefile
parent105b183d7d31b9bf922d081ff1087ab4cdf0c0b2 (diff)
downloadkeyringer-8716a11be21613cb5751723fe6ea95542ed1c986.tar.gz
keyringer-8716a11be21613cb5751723fe6ea95542ed1c986.tar.bz2
Makefile: set correct modes for editor configurations
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 96742fc..cce55fd 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ install_lib:
$(INSTALL) -D --mode=0755 -d lib/keyringer/actions $(DESTDIR)/$(PREFIX)/lib/$(PACKAGE)/actions
$(INSTALL) -D --mode=0755 lib/keyringer/actions/* $(DESTDIR)/$(PREFIX)/lib/$(PACKAGE)/actions
$(INSTALL) -D --mode=0755 -d lib/keyringer/editors $(DESTDIR)/$(PREFIX)/lib/$(PACKAGE)/editors
- $(INSTALL) -D --mode=0755 lib/keyringer/editors/* $(DESTDIR)/$(PREFIX)/lib/$(PACKAGE)/editors
+ $(INSTALL) -D --mode=0644 lib/keyringer/editors/* $(DESTDIR)/$(PREFIX)/lib/$(PACKAGE)/editors
install_bin:
$(INSTALL) -D --mode=0755 keyringer $(DESTDIR)/$(PREFIX)/bin/keyringer