forked from pool/texlive-filesystem
Accepting request 750744 from Publishing:TeXLive
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/750744 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlive-filesystem?expand=0&rev=36
This commit is contained in:
commit
72e910dbb0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 18 12:59:58 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- Make cron script even more failsafe
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 15 12:23:34 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
Fri Nov 15 12:23:34 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -7,6 +7,9 @@
|
|||||||
# Call texhash
|
# Call texhash
|
||||||
#
|
#
|
||||||
|
|
||||||
|
type -f -p kpsewhich >& /dev/null || exit 0
|
||||||
|
type -f -p mktexlsr >& /dev/null || exit 0
|
||||||
|
type -f -p find >& /dev/null || exit 0
|
||||||
test -r /etc/sysconfig/texlive && . /etc/sysconfig/texlive
|
test -r /etc/sysconfig/texlive && . /etc/sysconfig/texlive
|
||||||
|
|
||||||
OLDIFS=$IFS; IFS=':;'
|
OLDIFS=$IFS; IFS=':;'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user