[debian-edu-commits] debian-edu/ 08/08: Try another way to export 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 9aa29f9ab6ce5955a2bb17e6c011442dc26c1128
Author: Dominik George <nik at naturalnet.de>
Date:   Tue Jan 16 01:25:41 2018 +0100

    Try another way to export TEXINPUTS.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index f40f138..0680e17 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; export TEXINPUTS="$(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