X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/70a863550b5f1b4bda7681cfac2a1e59c242b1e2..7baf245ae1f3f858ba916ee974cc54951cc954f2:/mkppport diff --git a/mkppport b/mkppport index 9f4fd75..3a82109 100644 --- a/mkppport +++ b/mkppport @@ -58,7 +58,7 @@ unshift @INC, File::Spec->catdir($absroot, 'lib'); # Change to Devel::PPPort directory, as it needs the stuff # from the parts/ directory -chdir File::Spec->catdir($rootdir, 'cpan', 'Devel-PPPort'); +chdir File::Spec->catdir($rootdir, 'dist', 'Devel-PPPort'); # Capture and remove temporary files my @unlink;