[orca] Update orca executable for the recent python dir changes



commit f1ea83994b05704bc57295757a1aba11a4c022b1
Author: Kalev Lember <kalevlember gmail com>
Date:   Fri Sep 13 00:07:56 2013 +0200

    Update orca executable for the recent python dir changes
    
    ... so that orca finds its modules after commit
    38ee6dcf7ce6b20260c6498b31d31e74d7246680
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707998

 src/orca/orca_bin.py.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/orca/orca_bin.py.in b/src/orca/orca_bin.py.in
index d99b8ec..2f7af07 100644
--- a/src/orca/orca_bin.py.in
+++ b/src/orca/orca_bin.py.in
@@ -36,8 +36,8 @@ import sys
 import time
 
 sys.prefix = '@prefix@'
-pyexecdir = '@pyexecdir@'.replace('${exec_prefix}', '@prefix@')
-sys.path.insert(1, pyexecdir)
+pythondir = '@pythondir@'.replace('${prefix}', '@prefix@')
+sys.path.insert(1, pythondir)
 
 from orca import debug
 from orca import messages


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]