summaryrefslogtreecommitdiffstats
path: root/doc/user
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2010-01-11 01:25:45 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2010-01-11 01:25:45 (GMT)
commita20033f496efea8c6274872878ba45ab83369e83 (patch)
tree0899f18e1c5bebeb8d76fa19b40cb50786e58276 /doc/user
parent60b9ad4ef1f733e0a2275954e399cddfbbfa5900 (diff)
downloadSCons-a20033f496efea8c6274872878ba45ab83369e83.zip
SCons-a20033f496efea8c6274872878ba45ab83369e83.tar.gz
SCons-a20033f496efea8c6274872878ba45ab83369e83.tar.bz2
Fix bug 2389 - indicate that the install dir will depend on the python being used
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/build-install.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/build-install.in b/doc/user/build-install.in
index 8616361..d6e4394 100644
--- a/doc/user/build-install.in
+++ b/doc/user/build-install.in
@@ -411,11 +411,11 @@
This will build &SCons;,
install the &scons; script
- in the default system scripts directory
+ in the python which is used to run the setup.py's scripts directory
(<filename>/usr/local/bin</filename> or
<filename>C:\Python25\Scripts</filename>),
and will install the &SCons; build engine
- in an appropriate stand-alone library directory
+ in the corresponding library directory for the python used
(<filename>/usr/local/lib/scons</filename> or
<filename>C:\Python25\scons</filename>).
Because these are system directories,