Silence errors if the target already exists.

This commit is contained in:
Alcaro 2014-09-16 09:51:23 +02:00
parent 8b4408661a
commit 4d3ea3e8c3

View file

@ -32,7 +32,7 @@ else
LIBRETRO_DIR="$1"
fi
mkdir "$LIBRETRO_DIR"
mkdir -p "$LIBRETRO_DIR"
for lib in "$RARCH_DIST_DIR"/*
do
if [ -f "$lib" ]; then