From: Silvio Rhatto Date: Mon, 16 Sep 2013 19:39:49 +0000 (-0300) Subject: Make lib/keyringer/functions executable on system-wide installation X-Git-Tag: 0.2.3~12 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c8d08e1e18ef92df0c4edc6a464b0d0c3b4c6df1;p=keyringer.git Make lib/keyringer/functions executable on system-wide installation --- diff --git a/Makefile b/Makefile index ee28c12..8d6d437 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ clean: find . -name *~ | xargs rm -f # clean local backups install_lib: - $(INSTALL) -D --mode=0644 lib/keyringer/functions $(DESTDIR)/$(PREFIX)/lib/$(PACKAGE)/functions + $(INSTALL) -D --mode=0755 lib/keyringer/functions $(DESTDIR)/$(PREFIX)/lib/$(PACKAGE)/functions install_share: $(INSTALL) -D --mode=0755 -d share/keyringer $(DESTDIR)/$(PREFIX)/share/$(PACKAGE)