mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
bugfix: forgot to create the directory <openresty-prefix>/site/lualib/.
This commit is contained in:
parent
697bb0a08c
commit
961eb11536
2
util/configure
vendored
2
util/configure
vendored
@ -341,6 +341,8 @@ push @make_cmds, "cd $root_dir/build/$ngx_dir && "
|
||||
push @make_install_cmds, "cd $root_dir/build/$ngx_dir && "
|
||||
. "\$(MAKE) install DESTDIR=\$(DESTDIR)";
|
||||
|
||||
push @make_install_cmds, "mkdir -p \$(DESTDIR)$prefix/site/lualib";
|
||||
|
||||
if ($platform ne 'msys') {
|
||||
push @make_install_cmds, "ln -sf $ngx_prefix/sbin/nginx \$(DESTDIR)$prefix/bin/openresty";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user