HOTFIX: make build system working againg

This commit is contained in:
Jakub Matys 2018-10-01 16:13:59 +02:00
parent e40ffec1ec
commit 36dca0a14c

View File

@ -11,9 +11,10 @@ package=$1
coin=$2
shift 2
mkdir build
mkdir -p build
cp -r /src/build/templates build
cp -r /src/configs .
ln -s /src/ /go/src/blockbook
go run build/templates/generate.go $coin
# backend