diff options
-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" |