projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4639b01
)
LP 799719: Pass the DESTDIR variable to python installer
author
Dan Scott
<dan@coffeecode.net>
Tue, 16 Aug 2011 15:50:45 +0000
(11:50 -0400)
committer
Dan Scott
<dan@coffeecode.net>
Tue, 16 Aug 2011 15:50:45 +0000
(11:50 -0400)
Based on Ben Webb's patch, but using the same triple-slash to avoid any
possibility of confusion about the installation location (see also the
same adjustment made to OpenSRF).
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/python/Makefile.am
patch
|
blob
|
history
diff --git
a/Open-ILS/src/python/Makefile.am
b/Open-ILS/src/python/Makefile.am
index
4034547
..
4e7cdb9
100644
(file)
--- a/
Open-ILS/src/python/Makefile.am
+++ b/
Open-ILS/src/python/Makefile.am
@@
-9,6
+9,5
@@
all-local:
# ------------------------------------------------------------------------------
install-data-local:
@echo $@
- python @srcdir@/setup.py install
-
+ python @srcdir@/setup.py install --root $(DESTDIR)///