From: openKylin Developers <packaging@lists.openkylin.top>
Date: Wed, 3 Jun 2026 14:02:48 +0800
Subject: debian-t4ht-correct-expansion

Fix for broken t4ht
see http://dirkmittler.homeip.net/blog/archives/5404#comment-11510
---
 texk/tex4htk/t4ht.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/texk/tex4htk/t4ht.c b/texk/tex4htk/t4ht.c
index 38a83cc..0dd81f1 100644
--- a/texk/tex4htk/t4ht.c
+++ b/texk/tex4htk/t4ht.c
@@ -850,7 +850,7 @@ static void execute_script
 #line 1462 "./tex4ht-t4ht.tex"
 
 #ifdef KPATHSEA
-const char * texmf = kpse_var_value( "TEXMFDIST" );
+const char * texmf = "/usr/share/texlive";
 #endif
 
 
