summaryrefslogtreecommitdiff
path: root/contrib/build-env-setup
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/build-env-setup')
-rw-r--r--contrib/build-env-setup/README.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/build-env-setup/README.txt b/contrib/build-env-setup/README.txt
index 1f0a1cf..cc93fc9 100644
--- a/contrib/build-env-setup/README.txt
+++ b/contrib/build-env-setup/README.txt
@@ -71,7 +71,6 @@ true \
### Config for alpine with w64 cross compiler
true \
&& PKGS_TO_ADD="curl mingw-w64-gcc git make tar" \
- && PKGS_TO_DEL="mingw-w64-gcc git make" \
&& printf '#!/bin/sh\nsu root -c "$(echo "$@")"\n' >/home/${USER:?}/mysudo \
&& chmod +x /home/${USER:?}/mysudo \
&& SUDO="/home/${USER:?}/mysudo" \