Added update of tlmgr before rest of tree in texlive stanza.
1 parent 5172a19 commit 5961c83ff9d401f634a8aa3cbce397dbace7c081
@toor toor authored on 18 Nov 2010
Showing 1 changed file
View
4
sysupd
#!/bin/sh
# Update Various System Files, Ports, etc.
# Copyright (c) 2006-2010, TundraWare Inc, Des Plaines, IL USA
# All Rights Reserved
# $Id: sysupd,v 1.126 2010/09/14 17:19:10 toor Exp $
# $Id: sysupd,v 1.127 2010/11/18 16:38:48 toor Exp $
 
 
#####
# Where To Put The Various Log Files Generated Here
# Update TeX Live
###
 
texlive)
runupd $SET $LOGDIR "/usr/local/texlive/bin/tlmgr update --all"
runupd $SET $LOGDIR "/usr/local/texlive/bin/tlmgr update --self && /usr/local/texlive/bin/tlmgr update --all""
;;
 
#####