mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
win32: mkdir complain that directory already existed.
This commit is contained in:
parent
159e9e65c0
commit
a09864c98b
2
util/configure
vendored
2
util/configure
vendored
@ -1147,7 +1147,7 @@ _EOC_
|
||||
$target_dir = "\$(DESTDIR)$prefix/bin/";
|
||||
}
|
||||
push @make_install_cmds,
|
||||
"mkdir '$target_dir'",
|
||||
"mkdir -p '$target_dir'",
|
||||
"cd $root_dir/build/$opm_dir && "
|
||||
. "\$(INSTALL) bin/* '$target_dir'";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user