From: Silvio Rhatto Date: Tue, 20 May 2014 15:39:53 +0000 (-0300) Subject: Makefile: set correct modes for editor configurations X-Git-Tag: 0.3.7^2~14 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8716a11be21613cb5751723fe6ea95542ed1c986;p=keyringer.git Makefile: set correct modes for editor configurations --- 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