From: Piotr Sikora Date: Mon, 26 Feb 2024 20:00:46 +0000 (+0000) Subject: Configure: fixed "make install" when cross-compiling to Windows. X-Git-Tag: release-1.25.5~4 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=b595a68df91bee1eb0fa2841837dcf83ae9174f2;p=nginx.git Configure: fixed "make install" when cross-compiling to Windows. Signed-off-by: Piotr Sikora --- diff --git a/auto/install b/auto/install index c764fdd2f..7f73e4bff 100644 --- a/auto/install +++ b/auto/install @@ -112,7 +112,7 @@ install: build $NGX_INSTALL_PERL_MODULES test ! -f '\$(DESTDIR)$NGX_SBIN_PATH' \\ || mv '\$(DESTDIR)$NGX_SBIN_PATH' \\ '\$(DESTDIR)$NGX_SBIN_PATH.old' - cp $NGX_OBJS/nginx '\$(DESTDIR)$NGX_SBIN_PATH' + cp $NGX_OBJS/nginx$ngx_binext '\$(DESTDIR)$NGX_SBIN_PATH' test -d '\$(DESTDIR)$NGX_CONF_PREFIX' \\ || mkdir -p '\$(DESTDIR)$NGX_CONF_PREFIX'