diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlcritical')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlcritical | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlcritical b/Master/tlpkg/bin/tl-update-tlcritical index c07cd7c8f55..b600bee6ccc 100755 --- a/Master/tlpkg/bin/tl-update-tlcritical +++ b/Master/tlpkg/bin/tl-update-tlcritical @@ -3,6 +3,7 @@ # Public domain. Originally written 2008, Karl Berry. # Update the tlcritical mini-repository on tug with the critical # packages. Also listed in tl-update-containers, unfortunately. +# Run from cron.tl once a month, or whenever specified. tlcrit=/home/ftp/texlive/tlcritical recreate= @@ -24,7 +25,7 @@ if test -d "$tlcrit"; then :; else fi mydir=`cd \`dirname $0\` && pwd` -PATH=$mydir:/usr/local/gnu/bin:/usr/local/bin:$PATH # sha256sum+makensis on tug +PATH=$mydir:/usr/local/gnu/bin:/usr/local/bin:$PATH # sha*sum+makensis on tug master=`cd $mydir/../.. && pwd` TMPDIR=${TMPDIR-/tmp} |