summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2017-11-10 02:12:19 +0000
committerNorbert Preining <preining@logic.at>2017-11-10 02:12:19 +0000
commite633ac5b5e62e7a36d63f8fb90bf10e9d560259e (patch)
treed20a81e58cf5d40d2a3672245fa8b66448266808 /Master
parentf1cefd7bfced3ca72b76325f3a372c4ffaea12d1 (diff)
tlmgr: add tlpkg/TeXLive to the perl module load path
git-svn-id: svn://tug.org/texlive/trunk@45738 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index ad31d8c9769..3d45319cd5c 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -86,6 +86,9 @@ BEGIN {
# make Perl find our packages first:
unshift (@INC, "$Master/tlpkg");
+ # add also tlpkg/TeXLive for copied modules like JSON which
+ # requests JSON::BackportPP
+ unshift (@INC, "$Master/tlpkg/TeXLive");
unshift (@INC, "$Master/texmf-dist/scripts/texlive");
}