Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-06-18 15:52:39 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-18 15:52:39 (GMT)
commit14bb3387fb6a8817817050b600682c617caafc6b (patch)
tree0dd135f244df9137c73ff2a8104fc1cfecdab868
parent8f3a97dbda0616596537fac810806eb6ff915b71 (diff)
Install in datadir/sugar-presence-service
-rw-r--r--src/Makefile.am2
-rwxr-xr-xsrc/sugar-presence-service2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 893c163..ac32974 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,7 +8,7 @@ $(service_DATA): Makefile
echo 'Exec = $(bindir)/sugar-presence-service'; \
) > $@
-psdatadir = $(datadir)/sugar/services/presence
+psdatadir = $(datadir)/sugar-presence-service
psdata_PYTHON = \
__init__.py \
activity.py \
diff --git a/src/sugar-presence-service b/src/sugar-presence-service
index 9b0b4e9..bf9be20 100755
--- a/src/sugar-presence-service
+++ b/src/sugar-presence-service
@@ -36,7 +36,7 @@ if not os.environ.has_key('SUGAR_PREFIX'):
sys.exit(0)
prefix = os.environ['SUGAR_PREFIX']
-sys.path.append(os.path.join(prefix, 'share/sugar/services/presence'))
+sys.path.append(os.path.join(prefix, 'share/sugar-presence-service'))
test_num = 0
randomize = False