summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/enc2xs.PL2
-rw-r--r--utils/piconv.PL2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/enc2xs.PL b/utils/enc2xs.PL
index ed55e4ece7..8e3bb35249 100644
--- a/utils/enc2xs.PL
+++ b/utils/enc2xs.PL
@@ -33,7 +33,7 @@ $Config{startperl}
use File::Spec;
-my $enc2xs = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, "ext", "Encode", "bin"), "enc2xs");
+my $enc2xs = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, "cpan", "Encode", "bin"), "enc2xs");
if (open(ENC2XS, $enc2xs)) {
print OUT <ENC2XS>;
diff --git a/utils/piconv.PL b/utils/piconv.PL
index e7be984968..ca8a8cfb7e 100644
--- a/utils/piconv.PL
+++ b/utils/piconv.PL
@@ -33,7 +33,7 @@ $Config{startperl}
use File::Spec;
-my $piconv = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, "ext", "Encode", "bin"), "piconv");
+my $piconv = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, "cpan", "Encode", "bin"), "piconv");
if (open(PICONV, $piconv)) {
print OUT <PICONV>;