summaryrefslogtreecommitdiff
path: root/mkppport
diff options
context:
space:
mode:
Diffstat (limited to 'mkppport')
-rw-r--r--mkppport2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkppport b/mkppport
index 9f4fd75a4a..3a8210954e 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;