Changed tlmgr reference to use symlink so it is not dependent on tex-live release version.
1 parent 25bc93e commit 5172a198ca1bbc7c939a697ca3395b7c00abba61
@toor toor authored on 14 Sep 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.125 2010/08/30 13:09:21 toor Exp $
# $Id: sysupd,v 1.126 2010/09/14 17:19:10 toor Exp $
 
 
#####
# Where To Put The Various Log Files Generated Here
# Update TeX Live
###
 
texlive)
runupd $SET $LOGDIR "/usr/local/texlive/2009/bin/i386-freebsd/tlmgr update --all"
runupd $SET $LOGDIR "/usr/local/texlive/bin/tlmgr update --all"
;;
 
#####