[orca] Update orca executable for the recent python dir changes
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Update orca executable for the recent python dir changes
- Date: Thu, 12 Sep 2013 22:30:05 +0000 (UTC)
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]