Software /
code /
prosody
Changeset
7680:47be42c9eea3
Makefile: Use more specific globbing for util.sasl.* (like 5a60b4705bc3)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 01 Oct 2016 01:38:28 +0200 |
parents | 7679:589e27b47d56 |
children | 7681:2f2f93661d8b |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Sep 28 14:45:02 2016 +0200 +++ b/Makefile Sat Oct 01 01:38:28 2016 +0200 @@ -37,7 +37,7 @@ install -m644 util/*.lua $(SOURCE)/util install -m644 util/*.so $(SOURCE)/util install -d $(SOURCE)/util/sasl - install -m644 util/sasl/* $(SOURCE)/util/sasl + install -m644 util/sasl/*.lua $(SOURCE)/util/sasl umask 0022 && cp -r plugins/* $(MODULES) install -m644 certs/* $(CONFIG)/certs install -m644 man/prosodyctl.man $(MAN)/man1/prosodyctl.1