From 374980b2a86968524d55bdb0378211f2c72ea04b Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Tue, 12 Jul 2011 18:05:24 +0100 Subject: [PATCH] Pass the DESTDIR variable to setup.py This allows python modules to be built when creating packages. Signed-off-by: Ben Webb --- Open-ILS/src/python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/python/Makefile.am b/Open-ILS/src/python/Makefile.am index 403454794..316730441 100644 --- a/Open-ILS/src/python/Makefile.am +++ b/Open-ILS/src/python/Makefile.am @@ -9,6 +9,6 @@ all-local: # ------------------------------------------------------------------------------ install-data-local: @echo $@ - python @srcdir@/setup.py install + python @srcdir@/setup.py install --root $(or $(DESTDIR), /) -- 2.11.0