Log mkvtoolnix configure messages into correct log file

This commit is contained in:
Moritz Bunkus 2010-03-07 15:25:50 +01:00
parent cbccd724ee
commit 531b0364d1

View File

@ -154,8 +154,9 @@ function unpack {
function init {
local module="$1"
local action="${2:-Installing}"
LOG=${LOG_DIR}/${module}.log
echo Installing ${module}
echo ${action} ${module}
}
function run_configure {
@ -421,8 +422,7 @@ EOF
}
function configure_mkvtoolnix {
echo Configuring mkvtoolnix
local log=${LOG_DIR}/configure.log
init mkvtoolnix Configuring
./run_configure.sh >> ${LOG} 2>&1
local result=$?