mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Makefile: Use more specific globbing for core directory in Makefile (Thanks Robert Scheck) (fixes #532)
This commit is contained in:
parent
99cee90a44
commit
b3a384b2e9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue