]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Make lib/keyringer/functions executable on system-wide installation
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 16 Sep 2013 19:39:49 +0000 (16:39 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 16 Sep 2013 19:39:49 +0000 (16:39 -0300)
Makefile

index ee28c1212a7431adc81734f0f838b072a3d64fae..8d6d4373cc264ab7a1c419fd30ee9c8f467fe806 100644 (file)
--- 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)