From: Ben Webb Date: Tue, 12 Jul 2011 17:05:24 +0000 (+0100) Subject: Pass the DESTDIR variable to setup.py X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fdestdir;p=evergreen%2Fbjwebb.git Pass the DESTDIR variable to setup.py This allows python modules to be built when creating packages. Signed-off-by: Ben Webb --- 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), /)