Petr Gajdos
74774992db
* "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
14 lines
431 B
Diff
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'});
|