HOTFIX: make build system working againg
This commit is contained in:
parent
e40ffec1ec
commit
36dca0a14c
@ -11,9 +11,10 @@ package=$1
|
|||||||
coin=$2
|
coin=$2
|
||||||
shift 2
|
shift 2
|
||||||
|
|
||||||
mkdir build
|
mkdir -p build
|
||||||
cp -r /src/build/templates build
|
cp -r /src/build/templates build
|
||||||
cp -r /src/configs .
|
cp -r /src/configs .
|
||||||
|
ln -s /src/ /go/src/blockbook
|
||||||
go run build/templates/generate.go $coin
|
go run build/templates/generate.go $coin
|
||||||
|
|
||||||
# backend
|
# backend
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user