~johncarr/conduit/packaging

« back to all changes in this revision

Viewing changes to conduit/defs.py

  • Committer: John Carr
  • Date: 2008-05-03 19:40:58 UTC
  • Revision ID: john.carr@unrouted.co.uk-20080503194058-n51rjazk8rdkx246
Update packaging

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
VERSION = "0.3.10"
2
 
PYTHONDIR = "/usr/local/lib/python2.5/site-packages"
3
 
BIN_DIR = "/usr/local/bin"
4
 
LIB_DIR = "/usr/local/lib"
5
 
LOCALE_DIR = "${prefix}/share/locale"
6
 
SHARED_DATA_DIR = "/usr/local/share/conduit"
7
 
SHARED_MODULE_DIR = "/usr/local/lib/conduit/modules"
8
 
 
9