diff options
author | Kim Alvefur <zash@zash.se> | 2015-10-17 19:31:43 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2015-10-17 19:31:43 +0200 |
commit | 111471eea8aeabda5c91b05ac759b57497be2706 (patch) | |
tree | 0548f664c5e4ab069b79105c4e0a5cbc8a7b6608 | |
parent | 539d817c670d5eff6d52778f45200aab62afb84d (diff) | |
parent | 4177cd057ec3c4d412b87a8c19e7c32d4c97d31d (diff) | |
download | prosody-111471eea8aeabda5c91b05ac759b57497be2706.tar.gz prosody-111471eea8aeabda5c91b05ac759b57497be2706.zip |
Merge 0.10->trunk
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |