# HG changeset patch # User Kim Alvefur # Date 1475278708 -7200 # Node ID 47be42c9eea391b17e21a0b3a5759d36702cbcd7 # Parent 589e27b47d56218492da451619828ec6b0a3c9b7 Makefile: Use more specific globbing for util.sasl.* (like 5a60b4705bc3) diff -r 589e27b47d56 -r 47be42c9eea3 Makefile --- 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