buildPerlPackage: "properly" quote FULLPERL

This commit is contained in:
Shea Levy
2018-03-20 08:43:21 -04:00
parent 4250dd5de4
commit ab42a7595a

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\"
}