diff options
Diffstat (limited to 'ext/util/make_ext')
-rw-r--r-- | ext/util/make_ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/util/make_ext b/ext/util/make_ext index 84c49256c1..8c1abbbc01 100644 --- a/ext/util/make_ext +++ b/ext/util/make_ext @@ -92,7 +92,7 @@ dynamic) makeargs="LINKTYPE=dynamic"; esac if test ! -f $makefile ; then - test -f Makefile.PL && ../$depth/miniperl -I../$depth/lib Makefile.PL $passthru + test -f Makefile.PL && ../$depth/miniperl -I../$depth/lib Makefile.PL INSTALLDIRS=perl $passthru fi if test ! -f $makefile ; then if test -f Makefile.SH; then |