diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-22 17:41:33 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-22 17:41:33 +0100 |
commit | d299e24ad7e7d82aa887149dcb8496db0a2001d9 (patch) | |
tree | ab90c7330220a561642aea14dd376fdd814f9589 /community | |
parent | 875db1da67b9991c2e374417755cabf7ebc6a712 (diff) | |
download | aports-d299e24ad7e7d82aa887149dcb8496db0a2001d9.tar.bz2 aports-d299e24ad7e7d82aa887149dcb8496db0a2001d9.tar.xz |
community/gotop: fix build
Diffstat (limited to 'community')
-rw-r--r-- | community/gotop/APKBUILD | 3 |
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" |