summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-01-26 20:39:00 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2009-01-26 20:39:00 +0000
commitc1df37e5ba84a922eded445bf312520567724d66 (patch)
tree09a7dbd891f89e363c82cf1fa652ab861b954efc /src/main.c
parent0dac2dbc49bf13cb42bdac84fd1780d0ba63f4aa (diff)
Move Anope's executable (anope.exe for Windows / services for *nix) to be installed to the bin subdirectory, primarily for the Windows package.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1938 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 30cbbdc11..d83ad4e1b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -512,7 +512,7 @@ int main(int ac, char **av, char **envp)
#endif
binary_dir = GetFullProgDir(av[0]);
- services_dir = binary_dir + "/data";
+ services_dir = binary_dir + "/../data";
/* General initialization first */
if ((i = init_primary(ac, av)) != 0)