texlive[66696] Build: epstopdf.pl: sync
commits+hironobu at tug.org
commits+hironobu at tug.org
Tue Mar 28 15:08:11 CEST 2023
Revision: 66696
http://tug.org/svn/texlive?view=revision&revision=66696
Author: hironobu
Date: 2023-03-28 15:08:10 +0200 (Tue, 28 Mar 2023)
Log Message:
-----------
epstopdf.pl: sync
Modified Paths:
--------------
trunk/Build/extra/epstopdf/epstopdf.pl
trunk/Build/source/texk/texlive/linked_scripts/epstopdf/epstopdf.pl
Modified: trunk/Build/extra/epstopdf/epstopdf.pl
===================================================================
--- trunk/Build/extra/epstopdf/epstopdf.pl 2023-03-28 07:22:26 UTC (rev 66695)
+++ trunk/Build/extra/epstopdf/epstopdf.pl 2023-03-28 13:08:10 UTC (rev 66696)
@@ -501,7 +501,7 @@
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";
Modified: trunk/Build/source/texk/texlive/linked_scripts/epstopdf/epstopdf.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/epstopdf/epstopdf.pl 2023-03-28 07:22:26 UTC (rev 66695)
+++ trunk/Build/source/texk/texlive/linked_scripts/epstopdf/epstopdf.pl 2023-03-28 13:08:10 UTC (rev 66696)
@@ -501,7 +501,7 @@
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";
More information about the tex-live-commits
mailing list.