From cc7ce17eb7061656d2ae005eab98869e147eb08c Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Wed, 04 Jun 2008 20:26:40 +0000 Subject: Fix the setup.py dev --- (limited to 'src/sugar/activity/bundlebuilder.py') 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: -- cgit v0.9.1