Changeset

6906:5a60b4705bc3

Makefile: Use more specific globbing for core directory in Makefile (Thanks Robert Scheck) (fixes #532)
author Kim Alvefur <zash@zash.se>
date Wed, 14 Oct 2015 20:55:26 +0200
parents 6902:d2d7ad2563f9
children 6907:a24c9c1edd67 6922:e0672860d208
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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