mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
buildPerlPackage: "properly" quote FULLPERL
This commit is contained in:
parent
4250dd5de4
commit
ab42a7595a
@ -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\"
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user