diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-15 12:21:54 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-15 12:21:54 -0500 |
commit | 3d4da26ff451ef256bb695fbe02b89f866615451 (patch) | |
tree | 68e682734952bf4ba6766158bccb6a2a8b801bd0 | |
parent | 2cdf4b8f437f4487dd5820f17466838561e7232d (diff) | |
download | lua4win-dist-lua-3d4da26ff451ef256bb695fbe02b89f866615451.tar.gz lua4win-dist-lua-3d4da26ff451ef256bb695fbe02b89f866615451.tar.bz2 lua4win-dist-lua-3d4da26ff451ef256bb695fbe02b89f866615451.zip |
Make environment names unique
-rw-r--r-- | lua4win.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua4win.wxs b/lua4win.wxs index 7ad77a7..ab7ce5f 100644 --- a/lua4win.wxs +++ b/lua4win.wxs | |||
@@ -40,10 +40,10 @@ | |||
40 | </Component> | 40 | </Component> |
41 | </Directory> | 41 | </Directory> |
42 | <Component Id="EnvironmentPath" Guid="Lua4Win.PATH"> | 42 | <Component Id="EnvironmentPath" Guid="Lua4Win.PATH"> |
43 | <Environment Id="AddPath" Name="PATH" Action="set" System="yes" Part="last" Value="[INSTALLDIR]"/> | 43 | <Environment Id="Path" Name="PATH" Action="set" System="yes" Part="last" Value="[INSTALLDIR]"/> |
44 | </Component> | 44 | </Component> |
45 | <Component Id="SysConfigPath" Guid="Lua4Win.SYSCONFDIR"> | 45 | <Component Id="SysConfigPath" Guid="Lua4Win.SYSCONFDIR"> |
46 | <Environment Id="AddPath" Name="LUAROCKS_SYSCONFDIR" Action="set" System="yes" Part="last" Value="[INSTALLDIR]/config"/> | 46 | <Environment Id="Sysconfdir" Name="LUAROCKS_SYSCONFDIR" Action="set" System="yes" Part="last" Value="[INSTALLDIR]/config"/> |
47 | </Component> | 47 | </Component> |
48 | </Directory> | 48 | </Directory> |
49 | </Directory> | 49 | </Directory> |