mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
tools/migration/Makefile: Apply Lua runtime override (see 53f741a5a73a)
This commit is contained in:
parent
870e087fd7
commit
4d156831cb
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ clean:
|
|||
rm -f migrator.cfg.lua.install
|
||||
|
||||
prosody-migrator.install: prosody-migrator.lua
|
||||
sed "s|^CFG_SOURCEDIR=.*;$$|CFG_SOURCEDIR='$(INSTALLEDSOURCE)';|; \
|
||||
sed "1s/\blua\b/$(RUNWITH)/; \
|
||||
s|^CFG_SOURCEDIR=.*;$$|CFG_SOURCEDIR='$(INSTALLEDSOURCE)';|; \
|
||||
s|^CFG_CONFIGDIR=.*;$$|CFG_CONFIGDIR='$(INSTALLEDCONFIG)';|;" \
|
||||
< prosody-migrator.lua > prosody-migrator.install
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue