diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-16 16:53:06 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-16 16:53:06 -0500 |
commit | 50ad746cfae5cc96c1352dfa7d06754fcccf41df (patch) | |
tree | bc82e3541a4ef9b53e9daec52cfcdc7bee77aa76 | |
parent | 60311094efe7b8fe17687a87b4e9732ce0e5c309 (diff) | |
download | lua4win-dist-lua-50ad746cfae5cc96c1352dfa7d06754fcccf41df.tar.gz lua4win-dist-lua-50ad746cfae5cc96c1352dfa7d06754fcccf41df.tar.bz2 lua4win-dist-lua-50ad746cfae5cc96c1352dfa7d06754fcccf41df.zip |
Fix config directory
-rw-r--r-- | lua4win.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua4win.wxs b/lua4win.wxs index 247caab..194db77 100644 --- a/lua4win.wxs +++ b/lua4win.wxs | |||
@@ -43,7 +43,7 @@ | |||
43 | <Environment Id="Path" 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="Sysconfdir" 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> |