[freeside-commits] branch FREESIDE_3_BRANCH updated. 28f406b8e23681f6ec1542bb3d7aed048aba65c1
Jeremy Davis
jeremyd at 420.am
Mon Dec 15 12:00:13 PST 2014
The branch, FREESIDE_3_BRANCH has been updated
via 28f406b8e23681f6ec1542bb3d7aed048aba65c1 (commit)
from 18481a4937b7365ae7ec9006f66a65dcbdee766a (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 28f406b8e23681f6ec1542bb3d7aed048aba65c1
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Mon Dec 15 15:00:02 2014 -0500
Debian packages 2916 missing texmf
diff --git a/debian/rules b/debian/rules
index 07d3914..e640398 100755
--- a/debian/rules
+++ b/debian/rules
@@ -160,6 +160,11 @@ install-stamp: build-stamp
# Install interfaces
$(MAKE) -e DESTDIR=$(TMP)-webui install-docs
+
+ # Install tex
+ install -D -o freeside -m 444 etc/longtable.sty \
+ $(TMP)-lib/usr/local/share/texmf/tex/latex/longtable.sty
+ texhash $(TMP)-lib/usr/local/share/texmf
# Create Apache configurations
install -d $(APACHE_CONF)
-----------------------------------------------------------------------
Summary of changes:
debian/rules | 5 +++++
1 file changed, 5 insertions(+)
More information about the freeside-commits
mailing list