buildPerlPackage: "properly" quote FULLPERL

This commit is contained in:
Shea Levy 2018-03-20 08:43:21 -04:00
parent 4250dd5de4
commit ab42a7595a
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27

View File

@ -22,7 +22,7 @@ preConfigure() {
fi
done
perl Makefile.PL PREFIX=$out INSTALLDIRS=site $makeMakerFlags PERL=$(type -P perl) FULLPERL=$perl/bin/perl
perl Makefile.PL PREFIX=$out INSTALLDIRS=site $makeMakerFlags PERL=$(type -P perl) FULLPERL=\"$perl/bin/perl\"
}