Skip to content

Commit

Permalink
golang: Remove "testdata" folders
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Aug 19, 2015
1 parent 5823514 commit 2558c84
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/golang/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://golang.org/
TERMUX_PKG_DESCRIPTION="Go programming language compiler"
TERMUX_PKG_VERSION=1.5rc1
TERMUX_PKG_BUILD_REVISION=1
TERMUX_PKG_BUILD_REVISION=2
TERMUX_PKG_SRCURL=https://storage.googleapis.com/golang/go1.5rc1.src.tar.gz
TERMUX_PKG_FOLDERNAME=go
TERMUX_PKG_KEEP_STATIC_LIBRARIES=true
Expand Down Expand Up @@ -56,3 +56,7 @@ termux_step_make_install () {
cp pkg/include/* $TERMUX_GODIR/pkg/include/
cp -Rf pkg/$TERMUX_GOLANG_DIRNAME/* $TERMUX_GODIR/pkg/$TERMUX_GOLANG_DIRNAME/
}

termux_step_post_massage () {
find . -path '*/testdata*' -delete
}

0 comments on commit 2558c84

Please sign in to comment.