From aed8c86a384b7750614ae2621ea511b4e9c9e819 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 15 Jan 2013 19:34:59 +0000 Subject: [PATCH] lib: change default install location in defines --- SparkleLib/Defines.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleLib/Defines.cs b/SparkleLib/Defines.cs index 037291a4..f87c80e4 100644 --- a/SparkleLib/Defines.cs +++ b/SparkleLib/Defines.cs @@ -26,6 +26,6 @@ using System.Reflection; namespace SparkleLib { public class Defines { - public const string INSTALL_DIR = "/usr/local/share/sparkleshare"; + public const string INSTALL_DIR = "/usr/share/sparkleshare"; } }