[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 3094c013f44efa0ca4858c66af0ffd37e5d54c0c
Evergreen Git
git at git.evergreen-ils.org
Tue Aug 16 11:54:41 EDT 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_1 has been updated
via 3094c013f44efa0ca4858c66af0ffd37e5d54c0c (commit)
from e3fd5900b8743458c48876a87304087c1d4c025f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3094c013f44efa0ca4858c66af0ffd37e5d54c0c
Author: Dan Scott <dan at coffeecode.net>
Date: Tue Aug 16 11:50:45 2011 -0400
LP 799719: Pass the DESTDIR variable to python installer
Based on Ben Webb's patch, but using the same triple-slash to avoid any
possibility of confusion about the installation location (see also the
same adjustment made to OpenSRF).
Signed-off-by: Dan Scott <dscott at laurentian.ca>
diff --git a/Open-ILS/src/python/Makefile.am b/Open-ILS/src/python/Makefile.am
index 4034547..4e7cdb9 100644
--- a/Open-ILS/src/python/Makefile.am
+++ b/Open-ILS/src/python/Makefile.am
@@ -9,6 +9,5 @@ all-local:
# ------------------------------------------------------------------------------
install-data-local:
@echo $@
- python @srcdir@/setup.py install
-
+ python @srcdir@/setup.py install --root $(DESTDIR)///
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/python/Makefile.am | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list