From f2bfae04673eb8ea201f192628061357f690360e Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Wed, 19 Mar 2025 13:21:22 -0700 Subject: [PATCH] fixed a bug in the previous commit. --- util/dist-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";