add -p to mkdir

This commit is contained in:
Joan Figueras 2017-01-22 14:28:34 +01:00
parent 772f3a3c33
commit 4d6235bb74

View file

@ -66,7 +66,7 @@ prepare() {
cp -v ${srcdir}/mozconfig .mozconfig
# WebRTC build tries to execute "python" and expects Python 2
mkdir "$srcdir/path"
mkdir -p "$srcdir/path"
ln -s /usr/bin/python2 "$srcdir/path/python"
}