lib: change default install location in defines

This commit is contained in:
Hylke Bons 2013-01-15 19:34:59 +00:00
parent 8947c02c64
commit aed8c86a38

View file

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