From fbee1711143dc781c790388ebe177066f2d60484 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 7 Sep 2009 10:03:15 +0000 Subject: [PATCH] merge r2983: name of file specified in --conf-path was not honored during installation the bug had been appeared in r1353 --- auto/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/install b/auto/install index c17dac612..f876891f8 100644 --- a/auto/install +++ b/auto/install @@ -102,7 +102,7 @@ install: $NGX_OBJS${ngx_dirsep}nginx${ngx_binext} \ '\$(DESTDIR)$NGX_CONF_PREFIX/fastcgi_params.default' test -f '\$(DESTDIR)$NGX_CONF_PATH' \ - || cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PREFIX' + || cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PATH' cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PREFIX/nginx.conf.default' test -d '\$(DESTDIR)`dirname "$NGX_PID_PATH"`' \ -- 2.47.3