diff options
author | Norbert Preining <preining@logic.at> | 2023-03-28 07:22:26 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2023-03-28 07:22:26 +0000 |
commit | e706d6b1df135800451eec33b64f26a925c37509 (patch) | |
tree | 056a6f409a93da56f56b30a6213a8eeef387f79a /Master | |
parent | 1d0c39f77ec4ef64f9f839dc115185e7b19609a9 (diff) |
epstopdf: use windows instead of win32 (from Akira)
git-svn-id: svn://tug.org/texlive/trunk@66695 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf-dist/scripts/epstopdf/epstopdf.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/epstopdf/epstopdf.pl b/Master/texmf-dist/scripts/epstopdf/epstopdf.pl index 6f0637ad286..4d28268fce0 100755 --- a/Master/texmf-dist/scripts/epstopdf/epstopdf.pl +++ b/Master/texmf-dist/scripts/epstopdf/epstopdf.pl @@ -501,7 +501,7 @@ if ($restricted && $on_windows) { use File::Basename; my $mydirname = dirname $0; # $mydirname is the location of the Perl script - $kpsewhich = "$mydirname/../../../bin/win32/$kpsewhich"; + $kpsewhich = "$mydirname/../../../bin/windows/$kpsewhich"; debug "Restricted Windows kpsewhich: $kpsewhich"; $GS = "$mydirname/../../../tlpkg/tlgs/bin/$GS"; debug "Restricted Windows gs: $GS"; |