summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2014-02-22 14:22:45 -0800
committerDwayne Litzenberger <dlitz@dlitz.net>2014-02-22 14:22:45 -0800
commitaa8bb89a2006d930082f5b88bfa8ee574e4d82b4 (patch)
treec243386ea9a1fadc0b9f18e891382aca25646121
parent6a504279a5af1867c0900fb81e22d624142f9bb2 (diff)
downloadpycrypto-aa8bb89a2006d930082f5b88bfa8ee574e4d82b4.tar.gz
Oops. Actually build Python 3.4.0rc1 in tools/create-pythons.sh
-rwxr-xr-xtools/create-pythons.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/create-pythons.sh b/tools/create-pythons.sh
index 69d6a99..82475cc 100755
--- a/tools/create-pythons.sh
+++ b/tools/create-pythons.sh
@@ -126,7 +126,8 @@ for filename in \
Python-2.1.3.tgz Python-2.2.3.tgz \
Python-2.3.7.tar.bz2 Python-2.4.6.tar.bz2 Python-2.5.6.tar.bz2 \
Python-2.6.8.tar.bz2 Python-2.7.3.tar.bz2 Python-3.0.1.tar.bz2 \
- Python-3.1.5.tar.bz2 Python-3.2.3.tar.bz2 Python-3.3.0.tar.bz2
+ Python-3.1.5.tar.bz2 Python-3.2.3.tar.bz2 Python-3.3.0.tar.bz2 \
+ Python-3.4.0rc1.tgz
do
dir="`basename "$filename"`"
dir=${dir%%.tgz}