D latex2html-2012-backref-workaround.diff D latex2html-2012-binmode.diff D latex2html-2012-dest-dir.diff D latex2html-2012-gsout.diff (upstreamed) D latex2html-2012-match-multiline.diff (upstreamed) D latex2html-2012-perl-bindir.diff D latex2html-2012-share-dir.diff A latex2html-backref-workaround.diff A latex2html-binmode.diff A latex2html-dest-dir.diff A latex2html-perl-bindir.diff A latex2html-share-dir.diff OBS-URL: https://build.opensuse.org/package/show/Publishing/latex2html?expand=0&rev=23
15 lines
432 B
Diff
15 lines
432 B
Diff
Index: config/config.pl
|
|
===================================================================
|
|
--- config/config.pl.orig
|
|
+++ config/config.pl
|
|
@@ -1918,7 +1918,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'});
|
|
|