add --root option to python module build
This commit is contained in:
parent
dede5e71bf
commit
7dfa17b260
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue