Kaydet (Commit) 9815f8b2 authored tarafından Neal Norwitz's avatar Neal Norwitz

Hmm, only python2.x is installed, not plain python. Did that change recently?

üst 91343075
......@@ -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`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment