]> granicus.if.org Git - python/commitdiff
Hmm, only python2.x is installed, not plain python. Did that change recently?
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 26 Jul 2006 04:00:18 +0000 (04:00 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 26 Jul 2006 04:00:18 +0000 (04:00 +0000)
Misc/build.sh

index 938ba94fd42e2f5e1e29ff4cdb9a281b7f378e03..ff46bbab0f7bd74615425a2b073f93e5cdd8e306 100755 (executable)
@@ -161,6 +161,10 @@ if [ $err = 0 -a "$BUILD_DISABLED" != "yes" ]; then
             make install >& build/$F
             update_status "Installing" "$F" $start
 
+            if [ ! -x $PYTHON ]; then
+                ln -s ${PYTHON}2.* $PYTHON
+            fi
+
             ## make and run basic tests
             F=make-test.out
             start=`current_time`