Makefile: Use more specific globbing for core directory in Makefile (Thanks Robert Scheck) (fixes #532)
authorKim Alvefur <zash@zash.se>
Wed, 14 Oct 2015 20:55:26 +0200
changeset 6909 5a60b4705bc3
parent 6905 d2d7ad2563f9
child 6910 a24c9c1edd67
child 6925 e0672860d208
Makefile: Use more specific globbing for core directory in Makefile (Thanks Robert Scheck) (fixes #532)
Makefile
--- a/Makefile	Sun Oct 11 18:49:14 2015 +0200
+++ b/Makefile	Wed Oct 14 20:55:26 2015 +0200
@@ -29,7 +29,7 @@
 	install -d $(SOURCE)/core $(SOURCE)/net $(SOURCE)/util
 	install -m755 ./prosody.install $(BIN)/prosody
 	install -m755 ./prosodyctl.install $(BIN)/prosodyctl
-	install -m644 core/* $(SOURCE)/core
+	install -m644 core/*.lua $(SOURCE)/core
 	install -m644 net/*.lua $(SOURCE)/net
 	install -d $(SOURCE)/net/http
 	install -m644 net/http/*.lua $(SOURCE)/net/http