Corrected path to tlmgr.
1 parent 3b4d275 commit d2b239c715b005dcb6e99c053d99bd5b392135ae
@tundra tundra authored on 26 Mar 2013
Showing 1 changed file
View
4
sysupd
#!/bin/sh
# Update Various System Files, Ports, etc.
# Copyright (c) 2006-2013, TundraWare Inc, Des Plaines, IL USA
# All Rights Reserved
# $Id: sysupd,v 1.134 2013/03/26 16:55:18 tundra Exp $
# $Id: sysupd,v 1.135 2013/03/26 17:02:32 tundra Exp $
 
 
#####
# Where To Put The Various Log Files Generated Here
# Update TeX Live
###
 
texlive)
runupd $SET $LOGDIR "/usr/local/texlive/bin/tlmgr update --self && /usr/local/texlive/bin/tlmgr update --all"
runupd $SET $LOGDIR "/usr/local/bin/tlmgr update --self && /usr/local/texlive/bin/tlmgr update --all"
;;
 
#####