From 79d222b27d81504ff393471ae6da3edf0af19252 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 16 Aug 2011 11:50:45 -0400 Subject: [PATCH] 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 --- Open-ILS/src/python/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)/// -- 2.43.2