diff options
Diffstat (limited to '2020/patches/0001-tl-core-2020-unbundle-installed_scripts.patch')
-rw-r--r-- | 2020/patches/0001-tl-core-2020-unbundle-installed_scripts.patch | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/2020/patches/0001-tl-core-2020-unbundle-installed_scripts.patch b/2020/patches/0001-tl-core-2020-unbundle-installed_scripts.patch index cfbb793..f64df33 100644 --- a/2020/patches/0001-tl-core-2020-unbundle-installed_scripts.patch +++ b/2020/patches/0001-tl-core-2020-unbundle-installed_scripts.patch @@ -1,13 +1,13 @@ -From d6034d36c8bd9b0620e6d98e5c46c592ac315ec2 Mon Sep 17 00:00:00 2001 +From 494e8faa2c9ec70942faa45740b6ac4914360b56 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada <zlogene@gentoo.org> -Date: Mon, 20 Apr 2020 19:01:18 +0300 +Date: Wed, 22 Apr 2020 20:08:05 +0300 Subject: [PATCH] tl-core-2020: unbundle installed_scripts Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> --- - texk/texlive/linked_scripts/Makefile.am | 4 - - texk/texlive/linked_scripts/Makefile.in | 99 +------------------------ - 2 files changed, 2 insertions(+), 101 deletions(-) + texk/texlive/linked_scripts/Makefile.am | 4 - + texk/texlive/linked_scripts/Makefile.in | 100 +----------------------- + 2 files changed, 2 insertions(+), 102 deletions(-) diff --git a/texk/texlive/linked_scripts/Makefile.am b/texk/texlive/linked_scripts/Makefile.am index 92c8629d..9810d679 100644 @@ -46,7 +46,7 @@ index 92c8629d..9810d679 100644 urlbst/urlbst \ vpe/vpe.pl \ diff --git a/texk/texlive/linked_scripts/Makefile.in b/texk/texlive/linked_scripts/Makefile.in -index 5bf620be..6dbcb62a 100644 +index 5bf620be..6a65a2e6 100644 --- a/texk/texlive/linked_scripts/Makefile.in +++ b/texk/texlive/linked_scripts/Makefile.in @@ -269,32 +269,24 @@ EXTRA_DIST = scripts.lst context/stubs/unix/ctxtools \ @@ -82,7 +82,7 @@ index 5bf620be..6dbcb62a 100644 texlive-extra/texconfig-dialog.sh \ texlive-extra/texconfig-sys.sh \ texlive-extra/texconfig.sh \ -@@ -302,117 +294,48 @@ texmf_shell_scripts = \ +@@ -302,117 +294,47 @@ texmf_shell_scripts = \ texosquery/texosquery.sh \ texosquery/texosquery-jre5.sh \ texosquery/texosquery-jre8.sh \ @@ -126,7 +126,7 @@ index 5bf620be..6dbcb62a 100644 dviinfox/dviinfox.pl \ - ebong/ebong.py \ - epspdf/epspdf.tlu \ - epspdf/epspdftk.tcl \ +- epspdf/epspdftk.tcl \ - epstopdf/epstopdf.pl \ - exceltex/exceltex \ - fig4latex/fig4latex \ @@ -201,7 +201,7 @@ index 5bf620be..6dbcb62a 100644 tex4ebook/tex4ebook \ texcount/texcount.pl \ texdef/texdef.pl \ -@@ -428,7 +351,6 @@ texmf_other_scripts = \ +@@ -428,7 +350,6 @@ texmf_other_scripts = \ texlive/mktexpk \ texlive/mktextfm \ texlive/rungs.tlu \ @@ -209,7 +209,7 @@ index 5bf620be..6dbcb62a 100644 texlive/updmap-sys.sh \ texlive/updmap-user.sh \ texlive/updmap.pl \ -@@ -436,24 +358,8 @@ texmf_other_scripts = \ +@@ -436,24 +357,8 @@ texmf_other_scripts = \ texliveonfly/texliveonfly.py \ texloganalyser/texloganalyser \ texplate/texplate.sh \ @@ -235,7 +235,7 @@ index 5bf620be..6dbcb62a 100644 nobase_dist_texmf_scripts_SCRIPTS = \ $(texmf_shell_scripts) \ -@@ -464,7 +370,6 @@ bin_links = \ +@@ -464,7 +369,6 @@ bin_links = \ allcm:allec \ cluttex:clxelatex \ cluttex:cllualatex \ @@ -244,5 +244,5 @@ index 5bf620be..6dbcb62a 100644 kpsetool:kpsexpand \ kpsetool:kpsepath \ -- -2.24.1 +2.25.3 |