1
0
Dr. Werner Fink 2012-06-22 16:51:59 +00:00 committed by Git OBS Bridge
parent a8b0de9584
commit 9ad7ba8ea7

View File

@ -124,7 +124,7 @@ done
if test -x /usr/bin/mtxrun ; then
test $VERBOSE = true && echo -e "\r[ ]Generate file database."
TEXMF=${TEXMFDIST} \
TEXMFCACHE=${$TEXMFVAR} \
TEXMFCACHE=${TEXMFVAR} \
TEXMFCNF=${TEXMFCNFFILE%/*} \
/usr/bin/mtxrun --generate < /dev/null 1>&4 2>&4
let rc+=$?