summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2010-10-25 10:40:38 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2010-10-25 10:40:38 +0900
commite6696d8920798b69d7b288ed0cd4b710131d9e4b (patch)
treef831000f10e9dbc8e5eecfcf394e7b9ad8a9b98e
parent91ddf1fe0a88a97bbc34d248ef675761c5ef2d2e (diff)
downloadibus-anthy-e6696d8920798b69d7b288ed0cd4b710131d9e4b.tar.gz
Fixed s/python/@PYTHON@/ in libexec scripts. (#1115)
The patch is provided by federico.schwindt@google.com
-rw-r--r--engine/ibus-engine-anthy.in2
-rw-r--r--setup/ibus-setup-anthy.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/ibus-engine-anthy.in b/engine/ibus-engine-anthy.in
index 9f29e32..4d45eb7 100644
--- a/engine/ibus-engine-anthy.in
+++ b/engine/ibus-engine-anthy.in
@@ -30,5 +30,5 @@ export PYTHONPATH=@pyexecdir@:$PYTHONPATH
export IBUS_PREFIX=@prefix@
export IBUS_ANTHY_PKGDATADIR=@datarootdir@/@PACKAGE@
export LIBEXECDIR=$libexecdir
-exec python @datarootdir@/@PACKAGE@/engine/main.py $@
+exec @PYTHON@ @datarootdir@/@PACKAGE@/engine/main.py $@
diff --git a/setup/ibus-setup-anthy.in b/setup/ibus-setup-anthy.in
index 1ed2165..f19755a 100644
--- a/setup/ibus-setup-anthy.in
+++ b/setup/ibus-setup-anthy.in
@@ -23,5 +23,5 @@
prefix=@prefix@
datarootdir=@datarootdir@
export IBUS_LOCALEDIR=@localedir@
-exec python @prefix@/share/ibus-anthy/setup/main.py $@
+exec @PYTHON@ @prefix@/share/ibus-anthy/setup/main.py $@