[hamster-applet] Fix Python dir expansion
- From: Patryk Zawadzki <pzawadzki src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [hamster-applet] Fix Python dir expansion
- Date: Wed, 9 Sep 2009 12:22:12 +0000 (UTC)
commit 58ead111f12299817df8adfd0e2806a5112e807f
Author: Patryk Zawadzki <patrys pld-linux org>
Date: Wed Sep 9 14:21:05 2009 +0200
Fix Python dir expansion
Hamster is always installed to pyexecdir so it does not make sense to
check for pythondir.
configure.ac | 4 ++--
hamster/defs.py.in | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index eaaaf0c..96ac283 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,8 +54,8 @@ AC_SUBST(DATADIR)
AS_AC_EXPAND(LIBDIR, $libdir)
AC_SUBST(LIBDIR)
-AS_AC_EXPAND(PYTHONDIR, $pythondir)
-AC_SUBST(PYTHONDIR)
+AS_AC_EXPAND(PYEXECDIR, $pyexecdir)
+AC_SUBST(PYEXECDIR)
dnl ****************************************************************************
dnl * PyGTK & co for Gnome Streamer
diff --git a/hamster/defs.py.in b/hamster/defs.py.in
index b87ff36..e7bfaac 100644
--- a/hamster/defs.py.in
+++ b/hamster/defs.py.in
@@ -2,4 +2,4 @@ DATA_DIR = "@DATADIR@"
LIB_DIR = "@LIBDIR@"
VERSION = "@VERSION@"
PACKAGE = "@PACKAGE@"
-PYTHONDIR = "@PYTHONDIR@"
+PYTHONDIR = "@PYEXECDIR@"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]