fixed a bug in the previous commit.

master
Yichun Zhang (agentzh) 2 weeks ago
parent 9cefbd2788
commit f2bfae0467
No known key found for this signature in database
GPG Key ID: 8094BE9C9F4696A1

@ -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";

Loading…
Cancel
Save