Our test to see if we had permission to install into Perl5 install area
Tom Lane <tgl@sss.pgh.pa.us>
Our test to see if we had permission to install into Perl5 install area always failed if Perl makefile's INSTALLSITELIB variable was specified in terms of another variable. Fix by adding an echo-installdir target to the Perl makefile, which the upper-level Makefile can invoke.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/Makefile | modified | +2 −2 |
| src/interfaces/perl5/Makefile.PL | modified | +11 −3 |