~timo-jyrinki/ubuntu/quantal/unity-lens-files/ubuntu.660

« back to all changes in this revision

Viewing changes to src/config.vala

  • Committer: timo.jyrinki at canonical
  • Date: 2012-09-19 15:55:12 UTC
  • mfrom: (14.2.226 unity-lens-files)
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: timo.jyrinki@canonical.com-20120919155512-0nb3rktt810d63ob
Tags: upstream-6.6.0
ImportĀ upstreamĀ versionĀ 6.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
namespace Config {
2
2
 
3
 
  const string PREFIX = "/usr";
4
 
  
5
 
  const string DATADIR = "/usr/share";
6
 
  
7
 
  const string PKGDATADIR = "/usr/share/unity";
8
 
  
9
 
  const string BINDIR = "/usr/bin";
10
 
  
11
 
  const string LOCALEDIR = "/usr/share/locale";
 
3
  const string PREFIX = "/usr/local";
 
4
  
 
5
  const string DATADIR = "/usr/local/share";
 
6
  
 
7
  const string PKGDATADIR = "/usr/local/share/unity";
 
8
  
 
9
  const string BINDIR = "/usr/local/bin";
 
10
  
 
11
  const string LOCALEDIR = "/usr/local/share/locale";
12
12
  
13
13
  const string PACKAGE = "unity-lens-files";
14
14
  
15
 
  const string VERSION = "6.4.0";
 
15
  const string VERSION = "6.6.0";
16
16
}