X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2FMakefile.PL;h=7efaa57beabdf616bcea30f49f8ad1b182fe837e;hb=46bb5c7e00295787af19df26e81f933c08d0c548;hp=a315abbee2241363bd5c270e5af54297445e7d64;hpb=50f7b74ef593a8b9b1d4a51907eac415ac67f56c;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;