Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-jhbuild
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-01-26 11:07:26 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-01-26 11:07:26 (GMT)
commitcfec70d344b88ef73315ec258cebe22aff00403e (patch)
treedb37483f5cada7dc407f44b02ecb6e01f60d47f1 /sugar-jhbuild
parent903442bb12f2800491e64f6e21a075a605eeafe1 (diff)
Add build-base alias
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')