.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-filesystem?expand=0&rev=19
This commit is contained in:
parent
4fa3108442
commit
6067b1e606
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 19 09:51:43 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
- If update script falis on some points like fmtutils then do not
|
||||||
|
remove the execution tag file to handle this later
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 12 09:54:02 UTC 2012 - werner@suse.de
|
Wed Sep 12 09:54:02 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
@ -207,15 +207,16 @@ for run in /var/run/texlive/run-fmtutil* ; do
|
|||||||
fmtutil-sys --byhyphen ${cnf_ldef} < /dev/null 1>&4 2>&4
|
fmtutil-sys --byhyphen ${cnf_ldef} < /dev/null 1>&4 2>&4
|
||||||
let rc+=$?
|
let rc+=$?
|
||||||
test $VERBOSE = true && echo
|
test $VERBOSE = true && echo
|
||||||
|
((rc != 0)) || rm -f /var/run/texlive/run-fmtutil.language
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
test $VERBOSE = true && echo -en "\r[ ]Updating TeX formats."
|
test $VERBOSE = true && echo -en "\r[ ]Updating TeX formats."
|
||||||
fmtutil-sys --missing < /dev/null 1>&4 2>&4
|
fmtutil-sys --missing < /dev/null 1>&4 2>&4
|
||||||
let rc+=$?
|
let rc+=$?
|
||||||
test $VERBOSE = true && echo
|
test $VERBOSE = true && echo
|
||||||
|
((rc != 0)) || rm -f /var/run/texlive/run-fmtutil
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
rm -f /var/run/texlive/run-fmtutil*
|
|
||||||
done
|
done
|
||||||
|
|
||||||
for run in /var/run/texlive/run-updmap* ; do
|
for run in /var/run/texlive/run-updmap* ; do
|
||||||
@ -236,6 +237,7 @@ for run in /var/run/texlive/run-updmap* ; do
|
|||||||
let rc+=$?
|
let rc+=$?
|
||||||
fi
|
fi
|
||||||
# test $VERBOSE = true && echo
|
# test $VERBOSE = true && echo
|
||||||
|
((rc == 0)) || continue
|
||||||
rm -f /var/run/texlive/run-updmap*
|
rm -f /var/run/texlive/run-updmap*
|
||||||
rm -f /var/run/texlive/sync-updmap*
|
rm -f /var/run/texlive/sync-updmap*
|
||||||
rm -f /var/run/texlive/run-mktexlsr*
|
rm -f /var/run/texlive/run-mktexlsr*
|
||||||
@ -260,6 +262,7 @@ for run in /var/run/texlive/sync-updmap* ; do
|
|||||||
let rc+=$?
|
let rc+=$?
|
||||||
fi
|
fi
|
||||||
# test $VERBOSE = true && echo
|
# test $VERBOSE = true && echo
|
||||||
|
((rc == 0)) || continue
|
||||||
rm -f /var/run/texlive/sync-updmap*
|
rm -f /var/run/texlive/sync-updmap*
|
||||||
rm -f /var/run/texlive/run-mktexlsr*
|
rm -f /var/run/texlive/run-mktexlsr*
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user