]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-android: Add missing $VER_PYTHON.
authorUwe Hermann <redacted>
Fri, 27 Dec 2013 01:02:09 +0000 (02:02 +0100)
committerUwe Hermann <redacted>
Fri, 27 Dec 2013 01:02:09 +0000 (02:02 +0100)
cross-compile/android/sigrok-cross-android

index 0baf485df24c97f4487847100aeede45d77df0fe..1cbac7b072b21ea380a79e5506bcfa7941a4f96e 100755 (executable)
@@ -56,7 +56,7 @@ mkdir $BUILDDIR
 cd $BUILDDIR
 
 # Build host Python before we start messing with the environment.
-wget http://python.org/ftp/python/$VER_PYTHON/Python-3.3.3.tar.xz
+wget http://python.org/ftp/python/$VER_PYTHON/Python-$VER_PYTHON.tar.xz
 tar xJf Python-$VER_PYTHON.tar.xz
 cd Python-$VER_PYTHON
 ./configure