diff --git a/util/dist-check b/util/dist-check index 2e9d085..39f2382 100755 --- a/util/dist-check +++ b/util/dist-check @@ -184,7 +184,7 @@ warn "\n=== Normal Build ===\n"; $prefix = "/usr/local/openresty-norm"; cleanup(); unless ($opts{f}) { - sh "./configure $cfg_opts -j$jobs"; + sh "./configure $cfg_opts --prefix=$prefix -j$jobs"; } sh "$make -j$jobs"; sh "sudo $make install";