Fixed another incorrect path to tlmgr.
1 parent d2b239c commit 184bdf003b2859a3f29d78123f7b6798e29a872a
@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.135 2013/03/26 17:02:32 tundra Exp $
# $Id: sysupd,v 1.136 2013/03/26 17:09:13 tundra Exp $
 
 
#####
# Where To Put The Various Log Files Generated Here
# Update TeX Live
###
 
texlive)
runupd $SET $LOGDIR "/usr/local/bin/tlmgr update --self && /usr/local/texlive/bin/tlmgr update --all"
runupd $SET $LOGDIR "/usr/local/bin/tlmgr update --self && /usr/local/bin/tlmgr update --all"
;;
 
#####