perl - added current directory path to calls
[pspp] / perl-module / Makefile.PL
index a315abbee2241363bd5c270e5af54297445e7d64..7efaa57beabdf616bcea30f49f8ad1b182fe837e 100644 (file)
@@ -4,7 +4,7 @@ use ExtUtils::MakeMaker;
 # the contents of the Makefile that is written.
 
 
-do 'pspp-module-config' || do {
+do './pspp-module-config' || do {
     my $build = prompt ("Enter the location of the build directory of the configured pspp source:", "" );
     my $src = $top_srcdir;