Move threads from ext/ to dist/
[p5sagit/p5-mst-13.2.git] / mkppport
index 8cfc8e9..09dcf89 100644 (file)
--- a/mkppport
+++ b/mkppport
@@ -56,7 +56,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, 'ext', 'Devel-PPPort');
+chdir File::Spec->catdir($rootdir, 'cpan', 'Devel-PPPort');
 
 # Capture and remove temporary files
 my @unlink;