Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsugar-jhbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sugar-jhbuild b/sugar-jhbuild
index 417beef..fc2baac 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -6,8 +6,8 @@ import subprocess
base_dir = os.path.abspath(os.path.dirname(__file__))
-scripts_dir = os.path.join(base_dir, 'scripts')
-sys.path.append(scripts_dir)
+sjhbuild_dir = os.path.join(base_dir, 'sjhbuild')
+sys.path.append(sjhbuild_dir)
jhbuild_dir = os.path.join(base_dir, 'jhbuild')
sys.path.append(jhbuild_dir)