aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-10-01 01:38:28 +0200
committerKim Alvefur <zash@zash.se>2016-10-01 01:38:28 +0200
commit64102ef3da8681b1c1b276cfbec0f68237e0c456 (patch)
tree0c9893a76bed2908a1e305d4ba3cf459e29095e6
parent6b655890722c2c0e501a409c633343d5eb6429d9 (diff)
downloadprosody-64102ef3da8681b1c1b276cfbec0f68237e0c456.tar.gz
prosody-64102ef3da8681b1c1b276cfbec0f68237e0c456.zip
Makefile: Use more specific globbing for util.sasl.* (like 5a60b4705bc3)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06e67c9c..d442e452 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ install: prosody.install prosodyctl.install prosody.cfg.lua.install util/encodin
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