Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-12-13 00:37:03 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-12-13 00:37:03 (GMT)
commit474313ffdebb066e8e6891cfc362aa2edf3cf5c3 (patch)
treed4afe3f3cd48f919e3e5c4a627d4c65c162b708f /sugar
parent7d76115048e9903841f52b667aa0f7fd09f36686 (diff)
Fix dev command
Diffstat (limited to 'sugar')
-rw-r--r--sugar/activity/bundlebuilder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/activity/bundlebuilder.py b/sugar/activity/bundlebuilder.py
index c465ce6..92d8822 100644
--- a/sugar/activity/bundlebuilder.py
+++ b/sugar/activity/bundlebuilder.py
@@ -108,7 +108,7 @@ setup.py help - print this message \n\
'
def cmd_dev():
- bundle_path = get_bundle_path()
+ bundle_path = os.path.join(_get_activities_path(), _get_bundle_dir())
try:
os.symlink(_get_source_path(), bundle_path)
except OSError: