Added 'SHELL' enviornment variable to Makefile.

This is a workaround for the CircleCI Docker image, and should be
removed soon-ish. Before patching, the `make_build_dir` Makefile command
would fail, producing a single directory rather than all 3.
This commit is contained in:
Gabriel Simmer 2020-04-07 10:26:19 +01:00
parent 10779b8000
commit a686cb8c53
No known key found for this signature in database
GPG key ID: 33BA4D83B160A0A9

View file

@ -1,5 +1,7 @@
.DEFAULT_GOAL := build
NAS_VERSION := 2.0.0
# Workaround for CircleCI Docker image and mkdir.
SHELL := /bin/bash
make_build_dir:
mkdir -p build/{bin,assets,tars}