summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLevin Du <zslevin@gmail.com>2008-07-29 12:39:17 +0800
committerarch <arch@levcom.(none)>2008-07-29 12:39:17 +0800
commit7dfa17b2602a424ab0d8f137ea0fc9005cdf8f84 (patch)
treeec925c4bdd61902a9101a653a73667cf637616dc
parentdede5e71bf562f43000bc88bad67688fb88f841e (diff)
downloadfork-ledger-7dfa17b2602a424ab0d8f137ea0fc9005cdf8f84.tar.gz
fork-ledger-7dfa17b2602a424ab0d8f137ea0fc9005cdf8f84.tar.bz2
fork-ledger-7dfa17b2602a424ab0d8f137ea0fc9005cdf8f84.zip
add --root option to python module build
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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