Index: trunk/psconfig/pscheckperl
===================================================================
--- trunk/psconfig/pscheckperl	(revision 17490)
+++ trunk/psconfig/pscheckperl	(revision 21932)
@@ -90,6 +90,6 @@
     }
 
-    # try to build the module from ../../extperl/Module.*.tar.gz
-    chdir "../../extperl" or die "Unable to find ../../extperl directory.";
+    # try to build the module from ../extperl/Module.*.tar.gz
+    chdir "../extperl" or die "Unable to find ../extperl directory.";
 
     print "extract $module from $tarball\n";
