[vlc-commits] package/win32: build.sh: avoid logging an error when the build folder exists
Steve Lhomme
git at videolan.org
Thu Jun 18 14:54:16 CEST 2020
vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Oct 24 14:41:06 2019 +0200| [dd236bbcff082a3471c15900dffba86db9f19188] | committer: Steve Lhomme
package/win32: build.sh: avoid logging an error when the build folder exists
(cherry picked from commit f1e06be916902bb89949ecb694904c5eb3ee4d07)
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=dd236bbcff082a3471c15900dffba86db9f19188
---
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 960dbd1a21..27ab7dd41d 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=""
More information about the vlc-commits
mailing list