[freeside-commits] branch master updated. b1c72635274b244a99e64c11a8fd32e4dc337625
Mark Wells
mark at 420.am
Fri Dec 28 01:42:31 PST 2012
The branch, master has been updated
via b1c72635274b244a99e64c11a8fd32e4dc337625 (commit)
from ee80999cdda29f1f8ff8dd0c91f5fd51e29e6985 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b1c72635274b244a99e64c11a8fd32e4dc337625
Author: Mark Wells <mark at freeside.biz>
Date: Fri Dec 28 01:41:22 2012 -0800
fix deployment of longtable.sty, fallout from #13908
diff --git a/Makefile b/Makefile
index 10c06eb..010678f 100644
--- a/Makefile
+++ b/Makefile
@@ -248,8 +248,8 @@ dev-perl-modules: perl-modules
install-texmf:
install -D -o freeside -m 444 etc/longtable.sty \
- ~freeside/texmf/tex/longtable.sty
- texhash ~freeside
+ /usr/local/share/texmf/tex/latex/longtable.sty
+ texhash /usr/local/share/texmf
install-init:
#[ -e ${INIT_FILE} ] || install -o root -g ${INSTALLGROUP} -m 711 init.d/freeside-init ${INIT_FILE}
-----------------------------------------------------------------------
Summary of changes:
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list