mirror of
https://github.com/matrix-org/dendrite
synced 2024-12-13 14:52:47 +00:00
make cmd directory path absolute in build.sh (#830)
This commit is contained in:
parent
c28577ea25
commit
6b2f461d52
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
GOBIN=$PWD/`dirname $0`/bin go install -v ./cmd/...
|
||||
GOBIN=$PWD/`dirname $0`/bin go install -v $PWD/`dirname $0`/cmd/...
|
||||
|
|
Loading…
Reference in a new issue