[longomatch] Use the correct install path for plugins



commit 71df9b24bd5ea532052474e11f9af88f1fcba51c
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Oct 20 01:37:09 2012 +0200

    Use the correct install path for plugins

 LongoMatch.Core/Config.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Core/Config.cs b/LongoMatch.Core/Config.cs
index 3ada124..313f2b1 100644
--- a/LongoMatch.Core/Config.cs
+++ b/LongoMatch.Core/Config.cs
@@ -58,7 +58,7 @@ namespace LongoMatch
 		}
 		
 		public static string PluginsDir() {
-			return RelativeToPrefix(String.Format("share/{0}/plugins",
+			return RelativeToPrefix(String.Format("lib/{0}/plugins",
 						Constants.SOFTWARE_NAME.ToLower()));
 		}
 		



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