vlc | branch: master | Steve Lhomme <[email protected]> | Thu Oct 24 14:41:06 2019 +0200| [f1e06be916902bb89949ecb694904c5eb3ee4d07] | committer: Steve Lhomme
package/win32: build.sh: avoid logging an error when the build folder exists > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f1e06be916902bb89949ecb694904c5eb3ee4d07 --- 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 bd5f4b1ced..7134e0edd5 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="" _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
