Update libretro-buildbot-recipe.sh
This commit is contained in:
parent
a5bb62160d
commit
baed499105
|
@ -132,7 +132,7 @@ if [ "${CORE_JOB}" == "YES" ]; then
|
|||
if [ -d $RARCH_DIST_DIR/${a} ]; then
|
||||
echo "Directory $RARCH_DIST_DIR/${a} already exists, skipping creation..."
|
||||
else
|
||||
mkdir $RARCH_DIST_DIR/${a}
|
||||
mkdir -p $RARCH_DIST_DIR/${a}
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue