diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-07 22:33:47 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-07 22:33:47 -0600 |
commit | 86fad8c7a34a7f597bd592d8f684ff78e66a837a (patch) | |
tree | bd0177ac62f000efe6bd7989b48b93ea2979363d /init | |
parent | 270d9c3325ff2fe56e473968248c8b7cd291f8d2 (diff) | |
download | lua4win-dist-lua-bug/lua_versions.tar.gz lua4win-dist-lua-bug/lua_versions.tar.bz2 lua4win-dist-lua-bug/lua_versions.zip |
Use busybox for wget and some other utilitiesbug/lua_versions
Diffstat (limited to 'init')
-rwxr-xr-x | init | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ | |||
3 | cp lua4win-dist-lua/lua4win.wxs . | 3 | cp lua4win-dist-lua/lua4win.wxs . |
4 | cp lua4win-dist-lua/License.rtf . | 4 | cp lua4win-dist-lua/License.rtf . |
5 | cp lua4win-dist-lua/config-5.1.lua . | 5 | cp lua4win-dist-lua/config-5.1.lua . |
6 | mv busybox.exe busybox-l4w.exe | ||
6 | cat lua4win.wxs | awk -f lua4win-dist-lua/guid_replacer.awk > replacer.sed | 7 | cat lua4win.wxs | awk -f lua4win-dist-lua/guid_replacer.awk > replacer.sed |
7 | sed -i -f replacer.sed lua4win.wxs | 8 | sed -i -f replacer.sed lua4win.wxs |
8 | wix/candle lua4win.wxs | 9 | wix/candle lua4win.wxs |