summaryrefslogtreecommitdiffhomepage
path: root/auto/install
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-07-30 10:51:55 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-07-30 10:51:55 +0000
commit36c0deafb35a3841e56177406c44056135804cc5 (patch)
treee53d06a3ad72d6432fdfe08501973866f468611a /auto/install
parent329a23639fbaad441f6a2e1796d26885803193fc (diff)
downloadnginx-36c0deafb35a3841e56177406c44056135804cc5.tar.gz
nginx-36c0deafb35a3841e56177406c44056135804cc5.tar.bz2
fix r1353
Diffstat (limited to 'auto/install')
-rw-r--r--auto/install4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/install b/auto/install
index e949aeccc..c85be1f4a 100644
--- a/auto/install
+++ b/auto/install
@@ -34,11 +34,11 @@ install: $NGX_OBJS${ngx_dirsep}nginx${ngx_binext} \
test -f '$NGX_CONF_PREFIX/mime.types' \
|| cp conf/mime.types '$NGX_CONF_PREFIX'
- cp conf/mime.types '$NGX_CONF_PATH/mime.types.default'
+ cp conf/mime.types '$NGX_CONF_PREFIX/mime.types.default'
test -f '$NGX_CONF_PREFIX/fastcgi_params' \
|| cp conf/fastcgi_params '$NGX_CONF_PREFIX'
- cp conf/fastcgi_params '$NGX_CONF_PATH/fastcgi_params.default'
+ cp conf/fastcgi_params '$NGX_CONF_PREFIX/fastcgi_params.default'
test -f '$NGX_CONF_PATH' || cp conf/nginx.conf '$NGX_CONF_PREFIX'
cp conf/nginx.conf '$NGX_CONF_PREFIX/nginx.conf.default'