summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-06-13 02:17:40 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-06-13 02:22:30 +0000
commit76b89e5ebd5905e4854337db5074ee2ee5230086 (patch)
tree20550d512d0a185d6d64a03c88e0390e9170644b
parent6adf2f0ba8efea3b03742eebd4d88fb4775bbbe6 (diff)
downloadgo-baserock/ps/add-go-wip.tar.gz
-rw-r--r--go.morph7
1 files changed, 2 insertions, 5 deletions
diff --git a/go.morph b/go.morph
index 4f23608b7..904bc927f 100644
--- a/go.morph
+++ b/go.morph
@@ -1,10 +1,7 @@
name: go
kind: chunk
build-commands:
-- export GOROOT_FINAL="$PREFIX/lib/go/bin" export GOBIN="$DESTDIR/$PREFIX/lib/go/bin" && export TMPDIR=/tmp && cd src && bash ./all.bash
-- exit 1
+- export GOROOT_FINAL="$PREFIX/lib/go/bin" && export GOBIN="$DESTDIR/$PREFIX/lib/go/bin" && export TMPDIR=/tmp && cd src && bash ./all.bash
install-commands:
-- mkdir -p "$DESTDIR/$PREFIX/lib/go/bin"
-- cp -r ./bin/* "$DESTDIR/$PREFIX/lib/go/bin"
- mkdir -p "$DESTDIR/$PREFIX/lib/go/pkg"
-- cp -r ./pkg/*/go/* "$DESTDIR/$PREFIX/lib/go/pkg"
+- cp -r ./pkg/*/* "$DESTDIR/$PREFIX/lib/go/pkg"