comparison auto/install @ 1362:8dcb9eb5e25a

fix r1353
author Igor Sysoev <igor@sysoev.ru>
date Mon, 30 Jul 2007 10:51:55 +0000
parents e958b3cab51a
children df5ae577fab5
comparison
equal deleted inserted replaced
1361:c9672d465f70 1362:8dcb9eb5e25a
32 cp conf/koi-utf '$NGX_CONF_PREFIX' 32 cp conf/koi-utf '$NGX_CONF_PREFIX'
33 cp conf/win-utf '$NGX_CONF_PREFIX' 33 cp conf/win-utf '$NGX_CONF_PREFIX'
34 34
35 test -f '$NGX_CONF_PREFIX/mime.types' \ 35 test -f '$NGX_CONF_PREFIX/mime.types' \
36 || cp conf/mime.types '$NGX_CONF_PREFIX' 36 || cp conf/mime.types '$NGX_CONF_PREFIX'
37 cp conf/mime.types '$NGX_CONF_PATH/mime.types.default' 37 cp conf/mime.types '$NGX_CONF_PREFIX/mime.types.default'
38 38
39 test -f '$NGX_CONF_PREFIX/fastcgi_params' \ 39 test -f '$NGX_CONF_PREFIX/fastcgi_params' \
40 || cp conf/fastcgi_params '$NGX_CONF_PREFIX' 40 || cp conf/fastcgi_params '$NGX_CONF_PREFIX'
41 cp conf/fastcgi_params '$NGX_CONF_PATH/fastcgi_params.default' 41 cp conf/fastcgi_params '$NGX_CONF_PREFIX/fastcgi_params.default'
42 42
43 test -f '$NGX_CONF_PATH' || cp conf/nginx.conf '$NGX_CONF_PREFIX' 43 test -f '$NGX_CONF_PATH' || cp conf/nginx.conf '$NGX_CONF_PREFIX'
44 cp conf/nginx.conf '$NGX_CONF_PREFIX/nginx.conf.default' 44 cp conf/nginx.conf '$NGX_CONF_PREFIX/nginx.conf.default'
45 45
46 test -d '`dirname "$NGX_PID_PATH"`' \ 46 test -d '`dirname "$NGX_PID_PATH"`' \