diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-16 16:39:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-16 16:39:49 -0300 |
commit | c8d08e1e18ef92df0c4edc6a464b0d0c3b4c6df1 (patch) | |
tree | 77895f3f62814423b40f6bcd558ceac0c4019c55 | |
parent | 7de358ac80afaf90b83f811a43c8aea3831f41cd (diff) | |
download | keyringer-c8d08e1e18ef92df0c4edc6a464b0d0c3b4c6df1.tar.gz keyringer-c8d08e1e18ef92df0c4edc6a464b0d0c3b4c6df1.tar.bz2 |
Make lib/keyringer/functions executable on system-wide installation
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |