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(-)

--- texlive-bin.orig/texk/tex4htk/t4ht.c
+++ texlive-bin/texk/tex4htk/t4ht.c
@@ -668,7 +668,7 @@
                                  const Q_CHAR *t;
   
 #ifdef KPATHSEA
-const char * texmf = kpse_var_value( "SELFAUTOPARENT" );
+const char * texmf = "/usr/share/texlive";
 #endif
 
 
