]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
update install dir version
authorBenjamin Peterson <benjamin@python.org>
Sat, 27 Jun 2009 22:00:30 +0000 (22:00 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 27 Jun 2009 22:00:30 +0000 (22:00 +0000)
Misc/build.sh

index b5ef6975c73b86b885c322eebf3266fa92ed585b..5b4a38627e2bdebd9f125d5f03212f8a236e8005 100755 (executable)
@@ -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.