blob: 5148bcb6ded01be9691c2246829d3f652015a8e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Ft/Lib/DistExt/Install.py.old 2006-02-21 21:09:33.754184850 +0000
+++ Ft/Lib/DistExt/Install.py 2006-02-21 21:10:48.473801734 +0000
@@ -24,6 +24,8 @@
"force installation (overwrite any existing files)"),
('skip-build', None,
"skip rebuilding everything (for testing/debugging)"),
+ ('root=', None,
+ "Install into alternative root"),
] + Util.GetDocOptions()
boolean_options = ['compile', 'force', 'skip-build', 'with-docs']
|