From b3a384b2e93e5d649af7a6a9c32b4d2d441a0c48 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 14 Oct 2015 20:55:26 +0200 Subject: Makefile: Use more specific globbing for core directory in Makefile (Thanks Robert Scheck) (fixes #532) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b704e5a..46a8f49d 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ install: prosody.install prosodyctl.install prosody.cfg.lua.install util/encodin 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 -- cgit v1.2.3