projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d9ba2e
)
adding multi-version support
author
cgalvan
<cgalvan@mail.utexas.edu>
Sat, 17 Jan 2009 00:03:26 +0000
(17:03 -0700)
committer
cgalvan
<cgalvan@mail.utexas.edu>
Sat, 17 Jan 2009 00:03:26 +0000
(17:03 -0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 5f71c5da4e74df064bc8f81e81d7603d7acaf877..6bb651c5b7ad44d8c117bb4b283dd764771f068f 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-292,7
+292,8
@@
class BuildTahoe(Command):
f.write(line)
f.close()
- command = [sys.executable, "setup.py", "develop", "--prefix=support"]
+ command = [sys.executable, "setup.py", "develop", "--multi-version",
+ "--prefix=support"]
print "Command:", " ".join(command)
rc = subprocess.call(command)
if rc < 0: