From: Dan Scott Date: Tue, 16 Aug 2011 15:50:45 +0000 (-0400) Subject: LP 799719: Pass the DESTDIR variable to python installer X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=79d222b27d81504ff393471ae6da3edf0af19252;p=contrib%2FConifer.git 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 --- diff --git a/Open-ILS/src/python/Makefile.am b/Open-ILS/src/python/Makefile.am index 4034547942..4e7cdb9377 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)///