diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-16 06:57:09 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-16 06:57:09 +0100 |
commit | d7e78c090ff76eca684c3a59b041ad2118a9006c (patch) | |
tree | 35c8f158c4d633f8b52db1c444e8c8317e90177a /testing/consul/APKBUILD | |
parent | ea9218cb6425c283fae3157b310fff8f8e1de834 (diff) | |
download | aports-d7e78c090ff76eca684c3a59b041ad2118a9006c.tar.bz2 aports-d7e78c090ff76eca684c3a59b041ad2118a9006c.tar.xz |
testing/consul: fix cleanup
Diffstat (limited to 'testing/consul/APKBUILD')
-rw-r--r-- | testing/consul/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/consul/APKBUILD b/testing/consul/APKBUILD index 8a9eb92945..232b50821a 100644 --- a/testing/consul/APKBUILD +++ b/testing/consul/APKBUILD @@ -59,7 +59,7 @@ package() { } cleanup_srcdir() { - go clean -modcache + [ -d src ] && chmod -R +w src default_cleanup_srcdir } |