Change cp for .conf

This commit is contained in:
Florian Heinemann 2014-11-05 09:41:18 -05:00
parent 36c6e73871
commit d9177c1cde
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ make install
rm -rf "nginx-${NGINX_VERSION}"
if [[ ! -f $BUILDDIR/nginx.conf.erb ]]; then
cp $BINDIR/../conf/nginx.conf.erb $BUILDDIR/nginx.conf.erb
if [[ ! -f $BUILDDIR/nginx.conf ]]; then
cp $BINDIR/../conf/nginx.conf $BUILDDIR/nginx.conf
fi
if [[ ! -f $BUILDDIR/mime.types ]]; then