summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-12-28 01:42:10 -0800
committerMark Wells <mark@freeside.biz>2012-12-28 01:42:10 -0800
commitd23d08a2fbf6e633d1f09dced2be90eb04b69391 (patch)
tree4ce9103bdbca3948f5657b34f1d674bae5660678
parentd78dbf68b3c5d558cb33dc731f7caaa25a5a344b (diff)
fix deployment of longtable.sty, fallout from #13908
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cd31c0480..7ce3d44b9 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}