From e87de8b023bf29b44eda81e8548b0437be37f6c4 Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Wed, 25 Jun 2014 14:17:48 +0000 Subject: no need to include all the .git contents :-) --- go.morph | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/go.morph b/go.morph index f3ac95c57..b3ddcda09 100644 --- a/go.morph +++ b/go.morph @@ -4,6 +4,9 @@ build-commands: - export GOROOT_FINAL="$PREFIX/lib/go" && export TMPDIR=/tmp && cd src && bash ./all.bash install-commands: - mkdir -p "$DESTDIR$PREFIX/lib/go" -- cp -r . "$DESTDIR$PREFIX/lib/go" +- cp -r bin "$DESTDIR$PREFIX/lib/go" +- cp -r lib "$DESTDIR$PREFIX/lib/go" +- cp -r src "$DESTDIR$PREFIX/lib/go" +- cp -r pkg "$DESTDIR$PREFIX/lib/go" - mkdir -p "$DESTDIR$PREFIX/bin" - ln -s "$PREFIX/lib/go/bin/go" "$DESTDIR$PREFIX/bin/go" -- cgit v1.2.1