Fix typo in previous own commit (thanks to _FrnchFrgg_ for noticing this!).

This commit is contained in:
Bastien Montagne 2013-12-15 15:52:29 +01:00
parent 6ea13cf217
commit 740c7e677b

@ -1843,7 +1843,7 @@ install_DEB() {
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
install_packages_DEB python$PYTHON_VERSION_MIN-numpy install_packages_DEB python$PYTHON_VERSION_MIN-numpy
elif $NUMPY_REQUIRED; then elif $NUMPY_REQUIRED; then
WANING "Valid python package but no valid numpy package!" \ WARNING "Valid python package but no valid numpy package!" \
" Building both Python and Numpy from sources!" " Building both Python and Numpy from sources!"
_do_compile=true _do_compile=true
else else