[longomatch] Fix launching the migration tool uninstalled



commit 8ca861552754a3d8e53890d8ef0ce0273afcf674
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Dec 5 19:31:04 2014 +0100

    Fix launching the migration tool uninstalled

 LongoMatch.Migration/Program.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Migration/Program.cs b/LongoMatch.Migration/Program.cs
index 80f1543..fccdf9d 100644
--- a/LongoMatch.Migration/Program.cs
+++ b/LongoMatch.Migration/Program.cs
@@ -52,7 +52,7 @@ namespace LongoMatch.Migration
                        
                        if (Environment.GetEnvironmentVariable ("LGM_UNINSTALLED") != null) {
                                LongoMatch.Config.baseDirectory = ".";
-                               LongoMatch.Config.dataDir = "../data";
+                               LongoMatch.Config.dataDir = "../../data";
                        } else {
                                LongoMatch.Config.baseDirectory = baseDirectory;
                                LongoMatch.Config.dataDir = System.IO.Path.Combine 
(LongoMatch.Config.baseDirectory, "share", "longomatch");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]