mirror of
https://github.com/libretro/libretro-super
synced 2025-01-30 06:32:45 +00:00
Silence errors if the target already exists.
This commit is contained in:
parent
8b4408661a
commit
4d3ea3e8c3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user