[vlc-devel] [PATCH] package/win32: build.sh: avoid logging an error when the build folder exists

Steve Lhomme robux4 at ycbcr.xyz
Thu Oct 24 14:41:13 CEST 2019


---
 extras/package/win32/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/win32/build.sh b/extras/package/win32/build.sh
index bd5f4b1ced7..7134e0edd5c 100755
--- a/extras/package/win32/build.sh
+++ b/extras/package/win32/build.sh
@@ -163,7 +163,7 @@ info "Bootstrapping"
 ./bootstrap
 
 info "Configuring VLC"
-mkdir $SHORTARCH || true
+mkdir -p $SHORTARCH
 cd $SHORTARCH
 
 CONFIGFLAGS=""
-- 
2.17.1



More information about the vlc-devel mailing list