[kupfer] Use python2.6 when ./kupfer-run is started from the build directory
- From: Ulrik Sverdrup <usverdrup src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [kupfer] Use python2.6 when ./kupfer-run is started from the build directory
- Date: Sun, 14 Feb 2010 21:56:34 +0000 (UTC)
commit ad4331e86676cfff5898111df7368cb917e097ac
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date: Sun Feb 14 22:55:25 2010 +0100
Use python2.6 when ./kupfer-run is started from the build directory
Suggestion by Karol to make it easier for everyone (python2.6 is the
only version of python currently available that kupfer supports).
bin/kupfer.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bin/kupfer.in b/bin/kupfer.in
index d3a4556..53deda6 100755
--- a/bin/kupfer.in
+++ b/bin/kupfer.in
@@ -21,7 +21,7 @@
PYTHON="@PYTHON@"
PYTHONDIR="@PYTHONDIR@"
-test ${PYTHON:0:1} = "@" && PYTHON=python
+test ${PYTHON:0:1} = "@" && PYTHON=python2.6
test ${PYTHONDIR:0:1} = "@" && PYTHONDIR=$(dirname $(realpath $0))/..
# We allow either ``kupfer QUERY`` to pass text on the command line,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]