summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/build-env-setup/README.txt (renamed from contrib/build-env-setup/README.md)2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/build-env-setup/README.md b/contrib/build-env-setup/README.txt
index 064f6f8..5d21a4c 100644
--- a/contrib/build-env-setup/README.md
+++ b/contrib/build-env-setup/README.txt
@@ -78,7 +78,7 @@ true \
&& PKGINIT=true \
&& PKGADD="$SUDO apk add" \
&& PKGDEL="$SUDO apk del" \
- && PKGCLEAN="$SUDO apk cache clean || true" \
+ && PKGCLEAN="$SUDO apk cache clean 2>&1| grep -v 'ERROR: Package cache is not enabled'" \
&& HOST=x86_64-w64-mingw32 \
&& true