Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
0dd0916
)
-- allow packaging of thrift as an rpm
author
Aditya Agarwal
<aditya@apache.org>
Tue, 31 Jul 2007 01:36:08 +0000
(
01:36
+0000)
committer
Aditya Agarwal
<aditya@apache.org>
Tue, 31 Jul 2007 01:36:08 +0000
(
01:36
+0000)
Summary:
- also allows development as a non-root user
- contributed by Ben Maurer
Reviewed By: marc
Test Plan: "compile", install
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665185
13f79535
-47bb-0310-9956-
ffa450edef68
lib/py/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/py/Makefile.am
b/lib/py/Makefile.am
index
579a3eb
..
27d1115
100644
(file)
--- a/
lib/py/Makefile.am
+++ b/
lib/py/Makefile.am
@@
-1,2
+1,4
@@
+DESTDIR ?= /
+
install-exec-hook:
- $(PYTHON) setup.py install
+ $(PYTHON) setup.py install
--prefix=$(prefix) --root=$(DESTDIR) $(PYTHON_SETUPUTIL_ARGS)