# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/latex2html/dont_rebuild_ls-R.patch # Copyright (C) 2004 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- ./config/install.pl.orig 2005-03-03 10:53:59.813725032 -0300 +++ ./config/install.pl 2005-03-03 10:54:23.658100136 -0300 @@ -394,10 +394,6 @@ } } closedir(DIR); - if($ok && $cfg{MKTEXLSR}) { - print "Info: Running $cfg{MKTEXLSR} to rebuild ls-R database...\n"; - system($cfg{MKTEXLSR}); - } } } }