aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-16 16:39:49 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-16 16:39:49 -0300
commitc8d08e1e18ef92df0c4edc6a464b0d0c3b4c6df1 (patch)
tree77895f3f62814423b40f6bcd558ceac0c4019c55 /Makefile
parent7de358ac80afaf90b83f811a43c8aea3831f41cd (diff)
downloadkeyringer-c8d08e1e18ef92df0c4edc6a464b0d0c3b4c6df1.tar.gz
keyringer-c8d08e1e18ef92df0c4edc6a464b0d0c3b4c6df1.tar.bz2
Make lib/keyringer/functions executable on system-wide installation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)