[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texlive-bin] 05/05: fix installation



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch experimental
in repository texlive-bin.

commit ee9379e844e9af1a89a67c7fa3e96c45178ab128
Author: Norbert Preining <preining@debian.org>
Date:   Thu Aug 11 12:31:30 2016 +0900

    fix installation
---
 debian/rules | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4897ec4..d9d6f65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -185,9 +185,6 @@ override_dh_auto_build:
 
 override_dh_auto_install:
 	dh_auto_install -- DESTDIR=$(CURDIR)/debian/tmp
-	# install tex4ht.jar
-	mkdir -p $(CURDIR)/debian/tmp/usr/share/texlive/texmf-dist/tex4ht/bin/
-	cp Work/tex4ht.jar $(CURDIR)/debian/tmp/usr/share/texlive/texmf-dist/tex4ht/bin/tex4ht.jar
 
 override_dh_install:
 	# remove .la files which we do not install, so that dh_install
@@ -205,6 +202,10 @@ override_dh_install:
 	install -m 0755 debian/xdvi-pl debian/texlive-binaries/usr/bin/xdvi
 	# remove texlive directories, they should not be shipped here
 	rm -rf debian/texlive-binaries/usr/share/texlive
+	# but we ship the tex4ht.jar file here ...
+	# install tex4ht.jar
+	mkdir -p $(CURDIR)/debian/texlive-binaries/usr/share/texlive/texmf-dist/tex4ht/bin/
+	cp Work/tex4ht.jar $(CURDIR)/debian/texlive-binaries/usr/share/texlive/texmf-dist/tex4ht/bin/tex4ht.jar
 	# remove wrongly added info/dir.gz
 	rm -f debian/texlive-binaries/usr/share/info/dir*
 	# remove tlbuild info document, not needed

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-bin.git


Reply to: