X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2FMakefile.PL;h=7efaa57beabdf616bcea30f49f8ad1b182fe837e;hb=8fa37ab22125896c4549d8681804aa65095d4c1c;hp=a315abbee2241363bd5c270e5af54297445e7d64;hpb=a258e53c63a08b0ec48aea8f03808eb651729424;p=pspp diff --git a/perl-module/Makefile.PL b/perl-module/Makefile.PL index a315abbee2..7efaa57bea 100644 --- a/perl-module/Makefile.PL +++ b/perl-module/Makefile.PL @@ -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;