latex2html/latex2html-share-dir.diff
Petr Gajdos 74774992db - version update to 2024
* "make clean" removes manual.pdf
    https://bugs.debian.org/1046413
- modified patches
  % latex2html-share-dir.diff (refreshed)

OBS-URL: https://build.opensuse.org/package/show/Publishing/latex2html?expand=0&rev=59
2024-02-14 13:50:50 +00:00

14 lines
431 B
Diff

Index: config/config.pl
===================================================================
--- config/config.pl.orig
+++ config/config.pl
@@ -2020,7 +2020,7 @@ else {
$newcfg{'SHLIBDIR'} = $newcfg{'PREFIX'};
}
else {
- $newcfg{'SHLIBDIR'} = "$newcfg{'PREFIX'}${dd}share${dd}lib${dd}latex2html";
+ $newcfg{'SHLIBDIR'} = "$newcfg{'PREFIX'}${dd}share${dd}latex2html";
}
}
add_drive_letter($newcfg{'SHLIBDIR'});