[vlc-commits] extras/tools: bootstrap: create build/bin/

Konstantin Pavlov git at videolan.org
Thu Nov 8 15:13:53 CET 2018


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Thu Nov  8 15:45:48 2018 +0300| [2d01fd57c373e408ec99011b68f3ef15255e3f81] | committer: Konstantin Pavlov

extras/tools: bootstrap: create build/bin/

This is required for the meson wrapper.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2d01fd57c373e408ec99011b68f3ef15255e3f81
---

 extras/tools/bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index 0dbc637cd7..fd399315fe 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -199,7 +199,7 @@ for t in $NEEDED; do
     esac
 done
 
-[ -n "$PACKAGES" ] && mkdir -p build/ && echo "To-be-built packages: $PACKAGES"
+[ -n "$PACKAGES" ] && mkdir -p build/bin && echo "To-be-built packages: $PACKAGES"
 
 cat >> Makefile << EOF
 all: $TARGETS



More information about the vlc-commits mailing list