Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rwxr-xr-xshell/sugar4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/sugar b/shell/sugar
index 76db034..73e7bc1 100755
--- a/shell/sugar
+++ b/shell/sugar
@@ -61,8 +61,8 @@ if os.path.isfile(os.path.join(basedir, 'sugar/__uninstalled__.py')):
# FIXME delete the whole directory
pass
- setup.install_activities(env.get_activities_dir(), activities_dest,
- os.path.join(basedir, 'shell/sugar-activity-factory'))
+ setup.setup_activities(env.get_activities_dir(), activities_dest,
+ os.path.join(basedir, 'shell/sugar-activity-factory'))
else:
print 'Running the installed sugar...'
from sugar import env