[freeside-commits] branch FREESIDE_2_3_BRANCH updated. d23d08a2fbf6e633d1f09dced2be90eb04b69391
Mark Wells
mark at 420.am
Fri Dec 28 01:42:31 PST 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via d23d08a2fbf6e633d1f09dced2be90eb04b69391 (commit)
from d78dbf68b3c5d558cb33dc731f7caaa25a5a344b (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 d23d08a2fbf6e633d1f09dced2be90eb04b69391
Author: Mark Wells <mark at freeside.biz>
Date: Fri Dec 28 01:42:10 2012 -0800
fix deployment of longtable.sty, fallout from #13908
diff --git a/Makefile b/Makefile
index cd31c04..7ce3d44 100644
--- a/Makefile
+++ b/Makefile
@@ -246,8 +246,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