[debian-edu-commits] debian-edu/ 06/08: Fix mistake in TEXINPUTS.

Dominik George natureshadow-guest at moszumanska.debian.org
Tue Jan 16 00:42:39 UTC 2018


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

natureshadow-guest pushed a commit to branch master
in repository sdaps.

commit 494bc4443edcd54dd6e4dc55d93b8f012066ea3f
Author: Dominik George <nik at naturalnet.de>
Date:   Tue Jan 16 01:15:44 2018 +0100

    Fix mistake in TEXINPUTS.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b41d43b..f40f138 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 override_dh_auto_test:
 	python setup.py build
-	cd test; TEXINPUTS=$(shell realpath ../tex) ./run-test-locally.sh
+	cd test; TEXINPUTS="$(shell realpath ../tex):" ./run-test-locally.sh
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/sdaps.git



More information about the debian-edu-commits mailing list