Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-07-25 09:29:44 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-07-25 09:29:44 (GMT)
commit4cc3e523341282a19a9a2405cbd9281803fbe7ba (patch)
tree10b9281540a0d92a6e8f4bb2cd0a0a003f3b3560
parent8dc36af397d3432e2d9d7e74517e386c7e4cc00a (diff)
adapt to upstream (jhbuild) prefix change
-rw-r--r--sjhbuild/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sjhbuild/config.py b/sjhbuild/config.py
index de31b60..8fd4ec0 100644
--- a/sjhbuild/config.py
+++ b/sjhbuild/config.py
@@ -34,7 +34,7 @@ class Config(jhbuild.config.Config):
def setup_env(self):
# Hack to replace the default prefix
- if self.prefix == '/opt/gnome2':
+ if self.prefix == '/opt/gnome':
self.prefix = os.path.join(self.base_dir, 'install')
#Hack to allow sugar-jhbuild to find its self again.