Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-jhbuild
diff options
context:
space:
mode:
authorbuild <buildmaster@sugarlabs.org>2009-01-21 18:30:24 (GMT)
committer build <buildmaster@sugarlabs.org>2009-01-21 18:30:24 (GMT)
commitfe7d00a738235dbad7a7d4c3a66c65236e6a396a (patch)
tree9081c63583d13111aaddb8ba11767ad23628b6f7 /sugar-jhbuild
parent6f63b052edef738e04c81dee1aee32228cfaa590 (diff)
add sjhbuild to path rather then scripts
this makes the layout of sugjhbuild more similar to upstream
Diffstat (limited to 'sugar-jhbuild')
-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)