#2856 BLOC Update.: .xol install from journal
Zarro Boogs per Child
bugtracker at laptop.org
Thu Nov 29 06:49:36 EST 2007
#2856: .xol install from journal
----------------------+-----------------------------------------------------
Reporter: cscott | Owner: erikos
Type: defect | Status: new
Priority: blocker | Milestone: Update.1
Component: sugar | Version:
Resolution: | Keywords:
Verified: 0 |
----------------------+-----------------------------------------------------
Changes (by erikos):
* owner: tomeu => erikos
Comment:
This is the fix in sugar we need for ship.2 so far.
{{{
diff --git a/lib/sugar/bundle/contentbundle.py
b/lib/sugar/bundle/contentbundle.py
index 517ee9a..25b54c9 100644
--- a/lib/sugar/bundle/contentbundle.py
+++ b/lib/sugar/bundle/contentbundle.py
@@ -162,7 +162,7 @@ class ContentBundle(Bundle):
def _run_indexer(self):
os.spawnlp(os.P_WAIT, 'python',
'python',
- os.path.join(env.get_user_library_path(),
'makeIndex.py'))
+ os.path.join('/usr/share/library-common',
'make_index.py'))
}}}
Just do testing to see if there is something else.
--
Ticket URL: <http://dev.laptop.org/ticket/2856#comment:13>
One Laptop Per Child <http://dev.laptop.org>
OLPC bug tracking system
More information about the Bugs
mailing list