[freeside-commits] branch master updated. d722c80eae608ad6d87ac1a7f4ee0baf9a567ec5
Jeremy Davis
jeremyd at 420.am
Mon Dec 15 11:57:52 PST 2014
The branch, master has been updated
via d722c80eae608ad6d87ac1a7f4ee0baf9a567ec5 (commit)
from 54d79bcb9a06e0dd3c019d7317131dd2741234ab (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 d722c80eae608ad6d87ac1a7f4ee0baf9a567ec5
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Mon Dec 15 14:57:10 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