diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-06-27 22:00:30 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-06-27 22:00:30 (GMT) |
commit | 9ddc2d908e3067340927bbe6a0538d97f4b327fe (patch) | |
tree | 9b2ca4941bf23271885be8cd376bbb6dd1d591e6 /Misc/build.sh | |
parent | 9aececf3a591577d95e1434c9f55dbb49a0433fc (diff) | |
download | cpython-9ddc2d908e3067340927bbe6a0538d97f4b327fe.zip cpython-9ddc2d908e3067340927bbe6a0538d97f4b327fe.tar.gz cpython-9ddc2d908e3067340927bbe6a0538d97f4b327fe.tar.bz2 |
update install dir version
Diffstat (limited to 'Misc/build.sh')
-rwxr-xr-x | Misc/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh index b5ef697..5b4a386 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -52,7 +52,7 @@ FAILURE_MAILTO="python-checkins@python.org" REMOTE_SYSTEM="neal@dinsdale.python.org" REMOTE_DIR="/data/ftp.python.org/pub/docs.python.org/dev/py3k" RESULT_FILE="$DIR/build/index.html" -INSTALL_DIR="/tmp/python-test-3.0/local" +INSTALL_DIR="/tmp/python-test-3.2/local" RSYNC_OPTS="-aC -e ssh" # Always run the installed version of Python. |