From 7dfa17b2602a424ab0d8f137ea0fc9005cdf8f84 Mon Sep 17 00:00:00 2001 From: Levin Du Date: Tue, 29 Jul 2008 12:39:17 +0800 Subject: add --root option to python module build --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index bb483b26..a9041354 100644 --- a/Makefile.am +++ b/Makefile.am @@ -124,7 +124,7 @@ amounts.so: amounts.cc libamounts.la install-exec-hook: CFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS) -L. -L.libs" \ - python setup.py install --prefix=$(prefix) + python setup.py install --prefix=$(prefix) --root=$(DESTDIR)/ endif -- cgit v1.2.3