aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2015-10-17 19:30:58 +0200
committerKim Alvefur <zash@zash.se>2015-10-17 19:30:58 +0200
commit4177cd057ec3c4d412b87a8c19e7c32d4c97d31d (patch)
treee42f73b91b33777c6f3dc6b22a59403c201c4289 /Makefile
parent3c66dcabd1962de1b9e3d5f31d76f5569124cae2 (diff)
parentb3a384b2e93e5d649af7a6a9c32b4d2d441a0c48 (diff)
downloadprosody-4177cd057ec3c4d412b87a8c19e7c32d4c97d31d.tar.gz
prosody-4177cd057ec3c4d412b87a8c19e7c32d4c97d31d.zip
Merge 0.9->0.10
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2eca7f1..130d8aa7 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 $(SOURCE)/net/websocket
install -m644 net/http/*.lua $(SOURCE)/net/http