X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=jpl%2Finstall-jpl;h=f19e226e488b3e969f5a0d360388c6259887ef11;hb=fcd9d3089367ef25a1979dbcb6de9c4be99bd205;hp=546ae91cc1e92c336c50fe1b1f9f37f63b4e44db;hpb=93e0cdbd0f68fd8d8d75c3510f7893c1ebaa26ae;p=p5sagit%2Fp5-mst-13.2.git diff --git a/jpl/install-jpl b/jpl/install-jpl index 546ae91..f19e226 100755 --- a/jpl/install-jpl +++ b/jpl/install-jpl @@ -116,9 +116,9 @@ print "\nInstalling JNI module\n"; system <<'END' and die "Couldn't install JNI\n"; set -x cd JNI -perl Makefile.PL +perl Makefile.PL -e make clean -perl Makefile.PL +perl Makefile.PL -e make echo 'Attempting to install JNI as root' su root -c "make install"