summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRokyErickson2018-10-14 21:29:12 +0000
committerRokyErickson2018-10-14 21:29:12 +0000
commitfa045360a62a70c4409b1aba376ace0116185c67 (patch)
treec7a5e76435ec07e7b469ed4d731921b40d098e8a
parent3e048281153f3901781bb7a0266365c524d48125 (diff)
downloadaur-fa045360a62a70c4409b1aba376ace0116185c67.tar.gz
BURST miner proxy
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53121e9530d9..b066e04a2d7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgver() {
build() {
cd "${srcdir}"/$"{_realname}"
- export GOPATH="${srcdir}/${_realname}"
+ export GOPATH="${srcdir}"/$"{_realname}"
dep ensure
go build
}