tools/migration/Makefile: Apply Lua runtime override (see 53f741a5a73a)
authorKim Alvefur <zash@zash.se>
Sun, 31 Mar 2013 20:09:14 +0200
changeset 5402 cb6f0afd8468
parent 5401 456c1998638d
child 5403 d7ecf6cd584e
tools/migration/Makefile: Apply Lua runtime override (see 53f741a5a73a)
tools/migration/Makefile
--- a/tools/migration/Makefile	Sun Mar 31 20:04:09 2013 +0200
+++ b/tools/migration/Makefile	Sun Mar 31 20:09:14 2013 +0200
@@ -29,7 +29,8 @@
 	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