summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7af4c6a60694..4d3b493832f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,6 +29,7 @@ build() {
check() {
export GOPATH="$srcdir/gopath"
+ export PATH=$(pwd)/gopath/bin:$PATH
cd "gopath/src/$_goimport/test"
Xvfb :23 -screen 0 800x600x16 &
pid_xvfb=$!