Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.