[pyatspi2] Revert "pyatspidir updated to match those used in at-spi/pyatspi."
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pyatspi2] Revert "pyatspidir updated to match those used in at-spi/pyatspi."
- Date: Tue, 4 May 2010 21:38:19 +0000 (UTC)
commit a3a89b24eeb9b05d76186278231ed47666a9acb2
Author: Mike Gorse <mgorse novell com>
Date: Tue May 4 17:35:38 2010 -0400
Revert "pyatspidir updated to match those used in at-spi/pyatspi."
This reverts commit fd67b77eedf5906512cac207e4e0faeebce1ad57.
Pyatspi currently has no C code, so is architecture-independent and
should install into PYTHONDIR rather than PYEXECDIR.
pyatspi/Makefile.am | 4 ++--
pyatspi/busutils/Makefile.am | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/pyatspi/Makefile.am b/pyatspi/Makefile.am
index cc4b861..f7fe275 100644
--- a/pyatspi/Makefile.am
+++ b/pyatspi/Makefile.am
@@ -1,8 +1,8 @@
SUBDIRS=busutils
if RELOCATE
-pyatspidir = $(pyexecdir)/pyatspi_dbus
+pyatspidir = $(pythondir)/pyatspi_dbus
else
-pyatspidir = $(pyexecdir)/pyatspi
+pyatspidir = $(pythondir)/pyatspi
endif
pyatspi_PYTHON = \
diff --git a/pyatspi/busutils/Makefile.am b/pyatspi/busutils/Makefile.am
index c2dcd98..f396281 100644
--- a/pyatspi/busutils/Makefile.am
+++ b/pyatspi/busutils/Makefile.am
@@ -1,7 +1,7 @@
if RELOCATE
-pyatspidir = $(pyexecdir)/pyatspi_dbus
+pyatspidir = $(pythondir)/pyatspi_dbus
else
-pyatspidir = $(pyexecdir)/pyatspi
+pyatspidir = $(pythondir)/pyatspi
endif
busutilsdir = $(pyatspidir)/busutils
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]