1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-12-25 21:45:24 +00:00

Change cp for .conf

This commit is contained in:
Florian Heinemann 2014-11-05 09:41:18 -05:00
parent 36c6e73871
commit d9177c1cde

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