Software /
code /
prosody
Changeset
6908:047becf393ca
Merge 0.10->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 17 Oct 2015 19:31:43 +0200 |
parents | 6905:0e81e3dab896 (current diff) 6907:a24c9c1edd67 (diff) |
children | 6909:494938dec5d8 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Oct 11 20:03:00 2015 +0200 +++ b/Makefile Sat Oct 17 19:31:43 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