mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Makefile: Specify explicit mode when installing prosody.version, to avoid it defaulting to something nasty (executable)
This commit is contained in:
parent
bc590ea5dc
commit
0e656606c0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -38,7 +38,7 @@ install: prosody.install prosodyctl.install prosody.cfg.lua.install util/encodin
|
|||
install -m644 certs/* $(CONFIG)/certs
|
||||
install -m644 man/prosodyctl.man $(MAN)/man1/prosodyctl.1
|
||||
test -e $(CONFIG)/prosody.cfg.lua || install -m644 prosody.cfg.lua.install $(CONFIG)/prosody.cfg.lua
|
||||
test -e prosody.version && install prosody.version $(SOURCE)/prosody.version || true
|
||||
test -e prosody.version && install -m644 prosody.version $(SOURCE)/prosody.version || true
|
||||
$(MAKE) install -C util-src
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue