summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-06-11 14:57:27 +0200
committerConrad Kostecki <conikost@gentoo.org>2023-06-23 23:28:27 +0200
commit04628623a2bfd9f2b5af02e1cceeb74c1740f1ab (patch)
tree3027b7dcb0fe2352b73be432d57bbf26b71f7626 /dev-tex
parentmedia-gfx/inkscape: remove unused patch (diff)
downloadgentoo-04628623a2bfd9f2b5af02e1cceeb74c1740f1ab.tar.gz
gentoo-04628623a2bfd9f2b5af02e1cceeb74c1740f1ab.tar.bz2
gentoo-04628623a2bfd9f2b5af02e1cceeb74c1740f1ab.zip
dev-tex/latex2html: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31385 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/latex2html/files/latex2html-destdir.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-tex/latex2html/files/latex2html-destdir.patch b/dev-tex/latex2html/files/latex2html-destdir.patch
deleted file mode 100644
index 2d07beff449b..000000000000
--- a/dev-tex/latex2html/files/latex2html-destdir.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: latex2html-2008/config/install.pl
-===================================================================
---- latex2html-2008.orig/config/install.pl
-+++ latex2html-2008/config/install.pl
-@@ -372,7 +372,9 @@ foreach $item (sort keys %Install_items)
-
- if($cfg{TEXPATH}) {
- print "\nNote: trying to install LaTeX2HTML style files in TeX directory tree\n ($cfg{TEXPATH})\n";
-- unless(mkpath($cfg{TEXPATH})) {
-+ my $destdir = $cfg{TEXPATH};
-+ $destdir = $ENV{'DESTDIR'}.$destdir if($ENV{'DESTDIR'});
-+ unless(mkpath($destdir)) {
- #my $testpath = $cfg{TEXPATH}; # to strip (latex2)html
- #$testpath =~ s/[$dd$dd][^$dd$dd]*$//;
- #if((-d $cfg{TEXPATH} && !-w _) || (-d $testpath && !-w _)) {