changeset 3095:e326a69cabc9 stable-0.7

merge r2983: name of file specified in --conf-path was not honored during installation the bug had been appeared in r1353
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Sep 2009 10:03:15 +0000
parents 501fd3ae3188
children 8ba95d7cab37
files auto/install
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/auto/install	Mon Sep 07 10:01:26 2009 +0000
+++ b/auto/install	Mon Sep 07 10:03:15 2009 +0000
@@ -102,7 +102,7 @@
 		'\$(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"`' \