Fix mozilla components loading when sugar is running from source.

We don't attempt to load components from source, since that would
be insanely complicated.
This commit is contained in:
Marco Pesenti Gritti
2007-05-15 11:50:21 +02:00
parent 9fa0790c2b
commit 4a8493f95e
3 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ def _get_prefix_path(base, path=None):
if os.environ.has_key('SUGAR_PREFIX'):
prefix = os.environ['SUGAR_PREFIX']
else:
prefix = '/usr'
raise RuntimeError("The SUGAR_PREFIX environment variable is not set.")
if path:
return os.path.join(prefix, base, path)