build: change default install path

This commit is contained in:
Hylke Bons 2012-09-26 17:06:34 +02:00
parent 1933927c76
commit 2c3bfff432

View file

@ -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";
}
}