summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-06-13 02:06:46 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-06-13 02:06:46 +0000
commit6adf2f0ba8efea3b03742eebd4d88fb4775bbbe6 (patch)
tree89a3fb230e412bd1873da3ae4c48c4e1f9e7da18
parentd51ce578a1aead8c04e6978553afa6fa8d8f8aab (diff)
downloadgo-6adf2f0ba8efea3b03742eebd4d88fb4775bbbe6.tar.gz
break so we can see what's done
-rw-r--r--go.morph3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.morph b/go.morph
index b7b5ec580..4f23608b7 100644
--- a/go.morph
+++ b/go.morph
@@ -1,7 +1,8 @@
name: go
kind: chunk
build-commands:
-- export GOROOT_FINAL="$PREFIX/lib/go/bin" && export TMPDIR=/tmp && cd src && bash ./all.bash
+- export GOROOT_FINAL="$PREFIX/lib/go/bin" export GOBIN="$DESTDIR/$PREFIX/lib/go/bin" && export TMPDIR=/tmp && cd src && bash ./all.bash
+- exit 1
install-commands:
- mkdir -p "$DESTDIR/$PREFIX/lib/go/bin"
- cp -r ./bin/* "$DESTDIR/$PREFIX/lib/go/bin"