From 2c3bfff432d43106f9e21a4164f975e68a8f6575 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 26 Sep 2012 17:06:34 +0200 Subject: [PATCH] build: change default install path --- SparkleLib/Defines.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleLib/Defines.cs b/SparkleLib/Defines.cs index 7006bf51..c224c8a3 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/share/sparkleshare"; + public const string INSTALL_DIR = "/usr/local/share/sparkleshare"; } }