Fix installer to work with the new name for the test confs

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10815 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2008-11-23 20:42:10 +00:00
parent ad9ef2fe6c
commit 30ce3ec004
2 changed files with 4 additions and 4 deletions

View File

@ -162,8 +162,8 @@ Section "Config Files" SEC02
File "..\conf\inspircd.censor.example"
File "..\conf\inspircd.rules.example"
File "..\conf\inspircd.quotes.example"
SetOutPath "$INSTDIR\conf\temp"
File "..\conf\temp\temp.conf"
SetOutPath "$INSTDIR\conf\test"
File "..\conf\test\test.conf"
SectionEnd
Section "Command Handlers" SEC03

View File

@ -162,8 +162,8 @@ Section "Config Files" SEC02
File "..\conf\inspircd.censor.example"
File "..\conf\inspircd.rules.example"
File "..\conf\inspircd.quotes.example"
SetOutPath "$INSTDIR\conf\temp"
File "..\conf\temp\temp.conf"
SetOutPath "$INSTDIR\conf\test"
File "..\conf\test\test.conf"
SectionEnd
Section "Command Handlers" SEC03