aboutsummaryrefslogtreecommitdiffstats
path: root/community/gotop
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-22 17:41:33 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-22 17:41:33 +0100
commitd299e24ad7e7d82aa887149dcb8496db0a2001d9 (patch)
treeab90c7330220a561642aea14dd376fdd814f9589 /community/gotop
parent875db1da67b9991c2e374417755cabf7ebc6a712 (diff)
downloadaports-d299e24ad7e7d82aa887149dcb8496db0a2001d9.tar.bz2
aports-d299e24ad7e7d82aa887149dcb8496db0a2001d9.tar.xz
community/gotop: fix build
Diffstat (limited to 'community/gotop')
-rw-r--r--community/gotop/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/gotop/APKBUILD b/community/gotop/APKBUILD
index b1a0f49b31..9fbe038da2 100644
--- a/community/gotop/APKBUILD
+++ b/community/gotop/APKBUILD
@@ -31,7 +31,8 @@ package() {
}
cleanup_srcdir() {
- go clean -modcache
+ [ -d src ] && chmod -R +w src
default_cleanup_srcdir
}
+
sha512sums="012cc627fa7013409f3775d5bf2528e25e275fc285fea7ae93a1afec33474c923cc6cd9accb24fce479ab229c98d6438cc9f5eb7dea37f72c1905516d5fdbf6e gotop-3.0.0.tar.gz"