]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use a different install dir than 2.5. Otherwise running the 2.4 version at the same...
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 27 Jun 2006 04:32:20 +0000 (04:32 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 27 Jun 2006 04:32:20 +0000 (04:32 +0000)
Misc/build.sh

index 26cc9845d102ad4f621a2af94520c86fea43615f..bf4ff4f81c91e10b936df19e5cfcb8b07e13e523 100755 (executable)
@@ -51,7 +51,7 @@ FAILURE_CC="nnorwitz@gmail.com"
 REMOTE_SYSTEM="neal@dinsdale.python.org"
 REMOTE_DIR="/data/ftp.python.org/pub/docs.python.org/dev/2.4"
 RESULT_FILE="$DIR/build/index.html"
-INSTALL_DIR="/tmp/python-test/local"
+INSTALL_DIR="/tmp/python-test-2.4/local"
 RSYNC_OPTS="-aC -e ssh"
 
 REFLOG="build/reflog.txt.out"