Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/activity/bundlebuilder.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2008-06-04 20:26:40 (GMT)
committer Simon Schampijer <simon@schampijer.de>2008-06-04 20:26:40 (GMT)
commitcc7ce17eb7061656d2ae005eab98869e147eb08c (patch)
tree315835c1e72cc6cb200fd26ad5c875b04677c710 /src/sugar/activity/bundlebuilder.py
parent4bdddfd20d8cb3f76ff03ab196dd5229f166bd75 (diff)
Fix the setup.py dev
Diffstat (limited to 'src/sugar/activity/bundlebuilder.py')
-rw-r--r--src/sugar/activity/bundlebuilder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sugar/activity/bundlebuilder.py b/src/sugar/activity/bundlebuilder.py
index 7a89ab4..65a4d1b 100644
--- a/src/sugar/activity/bundlebuilder.py
+++ b/src/sugar/activity/bundlebuilder.py
@@ -168,7 +168,7 @@ def cmd_dev(config, options, args):
bundle_path = env.get_user_activities_path()
if not os.path.isdir(bundle_path):
os.mkdir(bundle_path)
- bundle_path = os.path.join(bundle_path, config.bundle_top_dir)
+ bundle_path = os.path.join(bundle_path, config.bundle_root_dir)
try:
os.symlink(config.source_dir, bundle_path)
except OSError: