texlive[71592] Master/tlpkg/TeXLive/TLPDB.pm:
commits+karl at tug.org
commits+karl at tug.org
Sat Jun 22 23:01:54 CEST 2024
Revision: 71592
https://tug.org/svn/texlive?view=revision&revision=71592
Author: karl
Date: 2024-06-22 23:01:54 +0200 (Sat, 22 Jun 2024)
Log Message:
-----------
(install_package_files): _post_install_pkg not
_post_install_package; report from Paul Kotschy,
22 Jun 2024 20:45:29.
Modified Paths:
--------------
trunk/Master/tlpkg/TeXLive/TLPDB.pm
Modified: trunk/Master/tlpkg/TeXLive/TLPDB.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLPDB.pm 2024-06-22 20:24:34 UTC (rev 71591)
+++ trunk/Master/tlpkg/TeXLive/TLPDB.pm 2024-06-22 21:01:54 UTC (rev 71592)
@@ -1677,7 +1677,7 @@
. "@installfiles\n");
next;
}
- _post_install_package ($self, $tlpobj);
+ _post_install_pkg ($self, $tlpobj);
# remember that we installed this package correctly
$ret++;
More information about the tex-live-commits
mailing list.