diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-09-01 22:28:54 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-09-01 22:28:54 +0000 |
commit | 5cb5dc197a6e6b63b6521f8c88354acd6318a552 (patch) | |
tree | 01729cb0355b451d086cec0eb6a6b1d139881ff5 /install.js | |
parent | 664ca1bbf2517b0cb46ef85167facbb981a78c5c (diff) |
Fixed typo in install.js so it will correctly detect MySQL 5.1 on Windows
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2491 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'install.js')
-rw-r--r-- | install.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.js b/install.js index 378f67a89..ee5fdd9c1 100644 --- a/install.js +++ b/install.js @@ -191,7 +191,7 @@ var buildPackages = [ 'incpaths' : [ 'Program Files\\MySQL\\MySQL Server 5.1\\Include' ], - 'dllfile' : 'Program Files\\MySQL\\MySQL Server 5.1\\bin\\libmsyql.dll', + 'dllfile' : 'Program Files\\MySQL\\MySQL Server 5.1\\bin\\libmysql.dll', 'installedDrive' : 'C' }, |