# HG changeset patch # User Igor Sysoev # Date 1247564478 0 # Node ID fe23e95ba9933328bfdfd7bdbc3b78ee56ccc47c # Parent 635c0006441ef61f078c43cbffd2dcd5112cf37a name of file specified in --conf-path was not honored during installation the bug had been appeared in r1353 diff --git a/auto/install b/auto/install --- a/auto/install +++ b/auto/install @@ -102,7 +102,7 @@ install: $NGX_OBJS${ngx_dirsep}nginx${ng '\$(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"`' \