[open-ils-commits] [GIT] Evergreen ILS branch master updated. 79d222b27d81504ff393471ae6da3edf0af19252

Evergreen Git git at git.evergreen-ils.org
Tue Aug 16 11:53:36 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, master has been updated
       via  79d222b27d81504ff393471ae6da3edf0af19252 (commit)
      from  4639b0136ddc997970e28f87bedefbac8482a28f (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 79d222b27d81504ff393471ae6da3edf0af19252
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