1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-01-13 20:36:23 +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}" rm -rf "nginx-${NGINX_VERSION}"
if [[ ! -f $BUILDDIR/nginx.conf.erb ]]; then if [[ ! -f $BUILDDIR/nginx.conf ]]; then
cp $BINDIR/../conf/nginx.conf.erb $BUILDDIR/nginx.conf.erb cp $BINDIR/../conf/nginx.conf $BUILDDIR/nginx.conf
fi fi
if [[ ! -f $BUILDDIR/mime.types ]]; then if [[ ! -f $BUILDDIR/mime.types ]]; then