Update libretro-buildbot-recipe.sh

This commit is contained in:
Andrés 2017-12-02 17:38:12 -05:00 committed by GitHub
parent a5bb62160d
commit baed499105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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