From e9b01c0aa6104e1f3bcc057650708bf17b1610a8 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 14 Jul 2009 09:41:18 +0000 Subject: [PATCH] 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"`' \