diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-06-05 09:17:58 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-06-05 09:18:01 +0200 |
commit | c6c748f8175b3d490c2751137037ddae33474328 (patch) | |
tree | 6871d673d5bea5f680a005b23e6713d86dbb0d76 | |
parent | Add two tlmgr patches to fix include path and force user mode (diff) | |
download | tex-patches-c6c748f8175b3d490c2751137037ddae33474328.tar.gz tex-patches-c6c748f8175b3d490c2751137037ddae33474328.tar.bz2 tex-patches-c6c748f8175b3d490c2751137037ddae33474328.zip |
gpatch would fail with
gpatch: **** malformed patch at line 24: for my $c (@notvalidargs) {
probably because the hunk does not contain any changes, as a result
from a previous edit of the patch.
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r-- | force-tlmgr-into-user-mode.patch | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/force-tlmgr-into-user-mode.patch b/force-tlmgr-into-user-mode.patch index 957ba75..5ff74b7 100644 --- a/force-tlmgr-into-user-mode.patch +++ b/force-tlmgr-into-user-mode.patch @@ -15,13 +15,6 @@ diff --git a/texk/texlive/linked_scripts/texlive/tlmgr.pl b/texk/texlive/linked_ index 6b7da02192d2..47c9f5bfa4af 100755 --- a/texk/texlive/linked_scripts/texlive/tlmgr.pl +++ b/texk/texlive/linked_scripts/texlive/tlmgr.pl -@@ -616,6 +616,6 @@ for the full story.\n"; - } - push @notvalidargs, $k if !$found; - } - if (@notvalidargs) { - my $msg = "The action $action does not support the following option(s):\n"; - for my $c (@notvalidargs) { @@ -630,6 +631,10 @@ for the full story.\n"; # the main tree we will be working on |