forked from pool/texlive-filesystem
.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-filesystem?expand=0&rev=71
This commit is contained in:
parent
0f175d59a1
commit
10726fd847
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 18 13:50:34 UTC 2017 - werner@suse.de
|
||||
|
||||
- Even more speedup for update.texlive, that is remove empty
|
||||
work load directory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 18 11:02:31 UTC 2017 - werner@suse.de
|
||||
|
||||
|
@ -19,6 +19,9 @@
|
||||
# Author: Werner Fink, 1997-2012,2016
|
||||
#
|
||||
|
||||
# Empty directory means nothing todo
|
||||
test -d /var/run/texlive || exit 0
|
||||
|
||||
typeset -r OLDIFS="$IFS"
|
||||
typeset -i rc=0
|
||||
: ${VERBOSE=true}
|
||||
@ -38,8 +41,6 @@ LANG=POSIX
|
||||
MKTEXLSR=true
|
||||
export LANG MKTEXLSR
|
||||
|
||||
mkdir -p /var/run/texlive || exit 0
|
||||
|
||||
#
|
||||
# Sanity check
|
||||
#
|
||||
@ -60,6 +61,8 @@ rotator ()
|
||||
atexit()
|
||||
{
|
||||
exec 4>&-
|
||||
# Empty directory means nothing todo
|
||||
rm -r /var/run/texlive || :
|
||||
}
|
||||
|
||||
if test $VERBOSE = true ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user