Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-jhbuild
diff options
context:
space:
mode:
Diffstat (limited to 'sugar-jhbuild')
-rwxr-xr-xsugar-jhbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/sugar-jhbuild b/sugar-jhbuild
index c21efa9..45a74ed 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -25,6 +25,10 @@ if len(sys.argv) > 0:
if len(sys.argv) > 1:
args = sys.argv[2:]
+if command == 'build-base':
+ command = 'build'
+ args.append('meta-sugar-base')
+
if command == 'run' and len(args) == 0:
args.append('sugar-emulator')