From 46dd11614e2665dfdcd1c7239aa70c2dbd932088 Mon Sep 17 00:00:00 2001 From: Pauli Jokela Date: Tue, 25 Sep 2018 11:34:22 +0300 Subject: [PATCH] Fixing build script for Homebrew --- .scripts/build.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.scripts/build.sh b/.scripts/build.sh index 1fa093e..d532279 100755 --- a/.scripts/build.sh +++ b/.scripts/build.sh @@ -13,11 +13,7 @@ OUTPUT=${2:-clobber} # Make sure Packr is installed go get -u github.com/gobuffalo/packr/... -## TODO: Remove these -echo "pwd: $(pwd)" -echo "ls: $(ls)" -echo "GOPATH: $GOPATH" -echo "ls GOPATH: $(ls $GOPATH)" +# Prepare the Packr build command (this is a workaround for Homebrew) BUILD_CMD="go run $GOPATH/src/github.com/gobuffalo/packr/packr/main.go" # Build the application