summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 07d391466..e640398e4 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)