summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-06-22 21:01:54 +0000
committerKarl Berry <karl@freefriends.org>2024-06-22 21:01:54 +0000
commit9c46b1e8c93e3725a23e70caae1610c680596997 (patch)
tree8d2c5e0f2f468ba0a0dad39d04cb70e10790b910
parent0486b0e90d8a37c74dc9a6ad03cacb33d861453a (diff)
(install_package_files): _post_install_pkg not
_post_install_package; report from Paul Kotschy, 22 Jun 2024 20:45:29. git-svn-id: svn://tug.org/texlive/trunk@71592 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/tlpkg/TeXLive/TLPDB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm
index ebb7b546469..bcc86242447 100644
--- a/Master/tlpkg/TeXLive/TLPDB.pm
+++ b/Master/tlpkg/TeXLive/TLPDB.pm
@@ -1677,7 +1677,7 @@ sub install_package_files {
. "@installfiles\n");
next;
}
- _post_install_package ($self, $tlpobj);
+ _post_install_pkg ($self, $tlpobj);
# remember that we installed this package correctly
$ret++;