From 2524768dbf820dfa4688ebfb06bbef9faa03c94a Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 15 Apr 2020 06:36:31 +0000 Subject: community/go: be verbose while building --- community/go/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/go/APKBUILD') diff --git a/community/go/APKBUILD b/community/go/APKBUILD index bf6c5ff088..5c7bf577ef 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -90,7 +90,7 @@ build() { fi done - ./make.bash + ./make.bash -v # copied from bootstrap.bash to fixup cross-built bootstrap go if [ "$CBUILD" != "$CTARGET" ]; then -- cgit v1.2.3