summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua4win.wxs2
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>