Fix output if make goes wrong.
This commit is contained in:
parent
e966f3cb9f
commit
e0cd9f742b
@ -1131,7 +1131,7 @@ if [ "$?" = "0" ]; then
|
||||
echo_ok
|
||||
else
|
||||
echo_failed
|
||||
fatal "Configuring PHP failed!\n\t see ${_logdir}/php-configure.log for more details"
|
||||
fatal "Configuring PHP failed!\n\t see ${_logdir}/php-make.log for more details"
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user