Software /
code /
prosody
Changeset
6907:a24c9c1edd67
Merge 0.9->0.10
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 17 Oct 2015 19:30:58 +0200 |
parents | 6904:633af47470c8 (current diff) 6906:5a60b4705bc3 (diff) |
children | 6908:047becf393ca 6910:82765a4ec799 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Oct 11 20:00:15 2015 +0200 +++ b/Makefile Sat Oct 17 19:30:58 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 $(SOURCE)/net/websocket install -m644 net/http/*.lua $(SOURCE)/net/http