diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-17 14:43:11 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-17 14:43:11 -0500 |
commit | b4cf75cd9e3d43b84c82f77b2932c83b7ee6a01b (patch) | |
tree | a1920af6bc401c642ffa4362288d03b822911c7b | |
parent | 857b9db1af6a8dba51a38f1ba7d5362d297bc90c (diff) | |
download | lua4win-dist-lua-b4cf75cd9e3d43b84c82f77b2932c83b7ee6a01b.tar.gz lua4win-dist-lua-b4cf75cd9e3d43b84c82f77b2932c83b7ee6a01b.tar.bz2 lua4win-dist-lua-b4cf75cd9e3d43b84c82f77b2932c83b7ee6a01b.zip |
Set destination
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
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 | cat lua4win.wxs | awk -f lua4win-dist-lua/guid_replacer.awk > replacer.sed | 6 | cat lua4win.wxs | awk -f lua4win-dist-lua/guid_replacer.awk > replacer.sed |
7 | sed -i -f replacer.sed lua4win.wxs | 7 | sed -i -f replacer.sed lua4win.wxs |
8 | wix/candle lua4win.wxs | 8 | wix/candle lua4win.wxs |